From b9d77b3a219d4ae099bd782fe5f6736727c29b86 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 7 Apr 2023 13:29:36 +0200 Subject: [PATCH] Event - Added TODO --- source/libsnooze/event.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libsnooze/event.d b/source/libsnooze/event.d index ba2c86e..1d04b2a 100644 --- a/source/libsnooze/event.d +++ b/source/libsnooze/event.d @@ -111,7 +111,7 @@ public class Event if(!(thread in pipes)) { // TODO: Add a catch here, then unlock then rethrow - pipes[thread] = newPipe(); //TODO: If bad (exception) + pipes[thread] = newPipe(); //TODO: If bad (exception) use scopre guard too } /* Grab the pair */