Graceful shutdown
Open
- Dominant language
- Rust
- Stars
- 5.1k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
Tide could store `JoinHandle` of every request it handles, and `await` them when server is shutting down.
https://github.com/http-rs/tide/blob/7d0b8484cafbfacf4c3c6859caa83a8c9756202e/src/server.rs#L300-L311
[async-std book](https://book.async.rs/tutorial/clean_shutdown.html)
Contributor guide
Assessment
This issue has not been assessed yet.