Skip to content

Add Observable.throttle#958

Merged
Avasil merged 1 commit into
monix:masterfrom
Avasil:obs-throttle
Jul 24, 2019
Merged

Add Observable.throttle#958
Avasil merged 1 commit into
monix:masterfrom
Avasil:obs-throttle

Conversation

@Avasil
Copy link
Copy Markdown
Collaborator

@Avasil Avasil commented Jul 24, 2019

I'm not aware of equivalent in ReactiveX but it's quite handy operator and bufferTimedWithPressure is confusing and hard to find

It's called throttle in Akka Streams: https://doc.akka.io/docs/akka/current/stream/operators/Source-or-Flow/throttle.html

And metered in fs2

@Avasil Avasil requested review from alexandru and oleg-py July 24, 2019 00:05
Copy link
Copy Markdown
Collaborator

@oleg-py oleg-py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I never actually felt the need for this myself neither in monix nor in fs2, but bufferTimedWithPressure is truly hard to find 😄

@Avasil Avasil merged commit f337ebe into monix:master Jul 24, 2019
@Avasil Avasil deleted the obs-throttle branch August 21, 2019 07:15
mdedetrich pushed a commit to mdedetrich/monix that referenced this pull request Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants