From 94ee4027e84bdd10aed3570b11930a148cab42fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 6 Apr 2022 01:53:00 +0200 Subject: [PATCH] Update TODO --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 5289208..115af5a 100644 --- a/TODO.md +++ b/TODO.md @@ -15,6 +15,12 @@ * rename request workers to swarm workers * quit whole program if any thread panics + * Once JoinHandle::is_finished is available in stable Rust (#90470) + * Save JoinHandles + * When preparing to quit because of PanicSentinel sending SIGTERM, loop + 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? * Run cargo-deny in CI