Sets the timer to the specified number of seconds and milliseconds,
registers it, and suspends the fiber until it fires. If both seconds and
milliseconds are 0, the fiber is not suspended and the event is not
registered with epoll -- no pause occurs.
Sets the timer to the specified number of seconds and milliseconds, registers it, and suspends the fiber until it fires. If both seconds and milliseconds are 0, the fiber is not suspended and the event is not registered with epoll -- no pause occurs.