The delay method creates a new channel that will receive all the values coming from its source, but with a delay expressed in milliseconds.
amount of ms of delay
a fresh new channel that will receive all the value inserted into the channel on which this method was called, but delayed by a specific amount of time
Generated using TypeDoc
The delay method creates a new channel that will receive all the values coming from its source, but with a delay expressed in milliseconds.