You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest way would be to just handle SIGCONT, as that signal is sent when a process is resumed after being paused. You won't be able to handle the signal sent to pause the application, which means you can't do any sort of clean up before pausing.
Oxide has an alternative application mode that will use SIGUSR1 and SIGUSR2 signals that need to be acked back to tarnish for suspend/resume.
cc #6
and https://oxide.eeems.codes/documentation.html
The text was updated successfully, but these errors were encountered: