-
Notifications
You must be signed in to change notification settings - Fork 403
Open
Description
The current implementation is missing the throttle operator.
The closest I could find is the debounce operator. However, one difference is that the debounce operator will emit the last item in a series of items while throttle will emit the first.
Is there an equivalent operator or combination that will produce the same result?
BraynStorm, aWeinzierl and quetzalcoatl
Metadata
Metadata
Assignees
Labels
No labels