- Added missing documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-26 17:54:41 +02:00
parent 8225c9e450
commit f383548497
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ import core.sync.mutex : Mutex;
import libsnooze.exceptions : SnoozeError;
import std.conv : to;
/**
* Represents an object you can wait and notify/notifyAll on
*/
public class Event
{
/* Array of [readFD, writeFD] pairs/arrays */