1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
- Added a TODO to catch the `InterruptedException` here
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-12 08:23:36 +02:00
parent 27704617a7
commit 68a8fc74ae

View File

@ -116,6 +116,8 @@ public final class SenderThread : Thread
// TODO: See above notes about libsnooze behaviour due // TODO: See above notes about libsnooze behaviour due
// ... to usage in our context // ... to usage in our context
// TODO: Catch InterruptedException here
sendEvent.wait(); // TODO: Catch any exceptions from libsnooze sendEvent.wait(); // TODO: Catch any exceptions from libsnooze
// TODO: After the above call have a once-off call to `ensure()` here // TODO: After the above call have a once-off call to `ensure()` here