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.flatMapAsync #64

Closed TheAngryByrd closed 9 years ago

TheAngryByrd commented 9 years ago

This Pull Request adds the flatmapAsync functionality discussed in #59

panesofglass commented 9 years ago

Thank you!