-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Similar to the RxJS implementation, it would be great if throttle allowed returning an observable, not just a duration: https://rxjs.dev/api/operators/throttle
Lines 1372 to 1379 in 1a2c696
| fn throttle<SD, F>( | |
| self, | |
| duration_selector: F, | |
| edge: ThrottleEdge, | |
| scheduler: SD, | |
| ) -> ThrottleOp<Self, SD, F> | |
| where | |
| F: Fn(&Item) -> Duration, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels