MMmh, we can remove

This commit is contained in:
Tristan B. Kildaire 2020-12-04 18:08:41 +02:00
parent 4cfff3ad4f
commit 41c7a8e13e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class NotificationWatcher : Thread
byte[] notification = manager.awaitNotification();
process(notification);
/* TODO: Below? */
/* TODO: Below? Seperate mutex, so this should be removed, let it spin */
Thread.getThis().sleep(dur!("seconds")(2));
}
}