open fun timerStream(delay: Long): TimeoutStream
Returns a one-shot timer as a read stream. The timer will be fired after delay milliseconds after the has been called.
delay - the delay in milliseconds, after which the timer will fire
Return
the timer stream