- Updated documentation for `ensure()`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-24 14:43:00 +02:00
parent 0dfce9a850
commit 35bf862000
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ public class Event
* threads that should be able to all be notified and wake up
* on their first call to wait instead of having wait
* ensure the pipe is created on first call.
*
* Throws:
* `FatalException` on creating the pipe-pair
* if needs be
*/
public final void ensure()
{