fsprojects / FSharpx.Async

Asynchronous programming utilities for F#
http://fsprojects.github.io/FSharpx.Async/
Other
94 stars 31 forks source link

AsyncFunc with docs #18

Closed eulerfx closed 9 years ago

eulerfx commented 9 years ago

I renamed AsyncArrow to AsyncFunc. I also updated the wording and code samples in the docs, fixed some typos and updated the section at the bottom Relationship to Async. I don't yet have a better name for AsyncFilter.

eulerfx commented 9 years ago

I removed AsyncFilter from the library but left it as an example in the docs. cc @dsyme

eulerfx commented 9 years ago

@dsyme @forki Any more thoughts on this? I can close this and put into a different branch for now, to make way for some less controversial stuff.

eulerfx commented 9 years ago

Closing for now. Moved changes to branch in my fork.