next

open fun next(signal: WaitSignal): Boolean

Forwards a wait signal to the appropriate wait strategy. Retrieves the strategy by signal's wait command ID and calls next() on it.

Return

true if a strategy was found and notified, false otherwise.

Parameters

signal

The wait signal to forward.