mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
ffa7c7532f
commit
b4d1c46595
1 changed files with 3 additions and 3 deletions
6
TODO.md
6
TODO.md
|
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
* rename request workers to swarm workers
|
* rename request workers to swarm workers
|
||||||
* quit whole program if any thread panics
|
* quit whole program if any thread panics
|
||||||
* Once JoinHandle::is_finished is available in stable Rust (#90470)
|
* But it would be nice not to panic in workers, but to return errors instead.
|
||||||
|
Once JoinHandle::is_finished is available in stable Rust (#90470), an
|
||||||
|
option would be to
|
||||||
* Save JoinHandles
|
* Save JoinHandles
|
||||||
* When preparing to quit because of PanicSentinel sending SIGTERM, loop
|
* When preparing to quit because of PanicSentinel sending SIGTERM, loop
|
||||||
through them, extract error and log it
|
through them, extract error and log it
|
||||||
* Dont use std::process::exit unless worker thread destructors have already
|
|
||||||
been called
|
|
||||||
* config: fail on unrecognized keys?
|
* config: fail on unrecognized keys?
|
||||||
* Run cargo-deny in CI
|
* Run cargo-deny in CI
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue