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
In case we run on top of tokio, it should be possible to do all our work as part of the runtime and not start a dedicated thread just to handle signals.
There might be some hardship around circular dependencies, though.
In case we run on top of tokio, it should be possible to do all our work as part of the runtime and not start a dedicated thread just to handle signals.
There might be some hardship around circular dependencies, though.