Clock

library operator
ID: 40d65b90-8b4e-4383-8e91-0911d0ab826c
Regularly emits a trigger at a given time interval.

Implementation

The implementation of Clock makes use of the following 5 operators.

1
Lets an iterator delegate process a state until the controller tells it to stop.
1
Takes an item and emits it again after a given number of milliseconds has passed.
3
Emits a constant value for each item.

Used in

The Clock operator is used by 1 operators.

Emits all collected values for multiple streams at once in a given interval.