Is there something like `throttleFirst()`, but wit...
# rx
n
Is there something like
throttleFirst()
, but without dropping of items? I want the items to be emitted as soon as possible, with a minimum of X time between them.