Skip to content

Throttle missing #501

@wagcampbell

Description

@wagcampbell

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions