Creates a stream that repeatedly emits events at period intervals.
Creates a stream that repeatedly emits events at period intervals.
The event values are computed by invoking computation. The argument to this callback is an integer that starts with 0 and is incremented for every event.
If computation is omitted the event values will all be null
.