- Added TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-07 13:29:36 +02:00
parent 60fb29a875
commit b9d77b3a21
1 changed files with 1 additions and 1 deletions

View File

@ -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 */