mirror of
http://deavmi.assigned.network/git/deavmi/tristanable
synced 2025-02-17 21:36:48 +00:00
Queue
- Switched one thing over to mutex+condvar
This commit is contained in:
parent
e1e1ed2405
commit
e13e7c3210
@ -112,9 +112,9 @@ public class Queue
|
||||
try
|
||||
{
|
||||
// TODO: Make us wait on the event (optional with a time-out)
|
||||
event.notifyAll();
|
||||
signal.notifyAll();
|
||||
}
|
||||
catch(FatalException snozErr)
|
||||
catch(SyncError snozErr)
|
||||
{
|
||||
// Throw an exception on a fatal exception
|
||||
throw new TristanableException(ErrorType.ENQUEUE_FAILED);
|
||||
|
Loading…
Reference in New Issue
Block a user