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

View File

@ -126,6 +126,8 @@ public final class ReceiverThread : 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
receiveEvent.wait(); // TODO: Catch any exceptions from libsnooze receiveEvent.wait(); // TODO: Catch any exceptions from libsnooze