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
pubasyncfnfinalize(&mutself){// Stop waiting for an interrupt.self.handle.close();// TODO This is here to mimic the example in the documentation, but// it doesn't seem to make any difference whether or not it's here. Why?// https://docs.rs/signal-hook-async-std/latest/signal_hook_async_std/ifletSome(task) = &mutself.task.take(){
task.await}}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: