Signal.wait

waits for the event to trigger

This function is guaranteed to sleep.

struct Signal
@safe @nogc
void
wait

Parameters

timeout Timeout

sets a timeout for the wait.

Throws

TimeoutExpired if the timeout expires.

Any other exception injected to this fiber using Reactor.throwInFiber

Meta