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
kqueue supports EVFILT_SIGNAL, which would allow us to wait on a signal without needing to use a pipe. I'm working on exposing this functionality in async-io via smol-rs/async-io#112. However, this would require setting up an executor to listen for signals.
The text was updated successfully, but these errors were encountered:
kqueue
supportsEVFILT_SIGNAL
, which would allow us to wait on a signal without needing to use a pipe. I'm working on exposing this functionality inasync-io
via smol-rs/async-io#112. However, this would require setting up an executor to listen for signals.The text was updated successfully, but these errors were encountered: