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
It looks like the crate currently supports signals fully for not-Windows, and supports a limited subset of signals on windows, notably including SIGABRT, SIGBREAK, SIGINT, and SIGTERM.
Summary of the new feature / enhancement
Proposed technical implementation details (optional)
Send event to parent process so it can close the process handle.
WINDOWS
LINUX
The text was updated successfully, but these errors were encountered: