Sets the timer to a number of seconds and milliseconds approximating the floating point value specified, registers it, and suspends the fiber until it fires.
number of seconds to suspend fiber for
In: s must be at least 0, which implies it must not be NaN. +∞ is tolerated and uses the highest possible timer value.
See Implementation
Sets the timer to a number of seconds and milliseconds approximating the floating point value specified, registers it, and suspends the fiber until it fires.