dropWithin

Drop elements until a timeout has fired

Timer driven operators

Signature

def dropWithin(d: FiniteDuration): Repr[Out]

Description

Drop elements until a timeout has fired

emits after the timer fired and a new upstream element arrives

backpressures when downstream backpressures

completes upstream completes

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.