Added comment

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-09 11:30:44 +02:00
parent c241d06ea9
commit 26bdcf7d83
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ public final class Queue
queueLock.unlock();
}
/**
* Returns true if this queue has items ready
* to be dequeued, false otherwise
*/
public bool poll()
{
/* Status */