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