next
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.
Forwards a wait signal to the appropriate wait strategy. Retrieves the strategy by signal's wait command ID and calls next() on it.
true if a strategy was found and notified, false otherwise.
The wait signal to forward.