From a7837ebffbcbc522f092754e782ffca60fa63342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 4 Jul 2022 12:01:53 +0200 Subject: [PATCH] Update TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index c34f091..fa3d7e9 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,6 @@ ## Medium priority -* rename request workers to swarm workers * quit whole program if any thread panics * 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