vorner / spirit

Apache License 2.0
162 stars 6 forks source link

Tokio mode without dedicated thread #27

Open vorner opened 5 years ago

vorner commented 5 years ago

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.