fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Add Observable.replayBufferOn #157

Closed tmoers closed 3 years ago

tmoers commented 3 years ago

The operator replayBufferOn was missing. This pull requests adds it together with a unit test.

panesofglass commented 3 years ago

Thank you!