- Removed now-completed TODO
- Added documentation for `queuesLock`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-07 12:16:52 +02:00
parent b7bb3df7c9
commit 1b6dd5d746
1 changed files with 4 additions and 2 deletions

View File

@ -35,10 +35,12 @@ public class Manager
/**
* Currently registered queues
*
* NOTE: Make a ulong map to this later
*/
private SList!(Queue) queues;
/**
* Lock for currently registered queues
*/
private Mutex queuesLock;
/**