rsimmonsjr / axiom

Implementation of a highly-scalable and ergonomic actor model for Rust
Other
184 stars 21 forks source link

Improper timeout behaviour in await_shutdown #122

Closed khionu closed 4 years ago

khionu commented 4 years ago

Currently, the timeout never gets passed to AxiomExecutor::await_shutdown, and will block indefinitely.