fsprojects / FSharpx.Async

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

Copy samples & tutorials #16

Open tpetricek opened 9 years ago

tpetricek commented 9 years ago

There is a couple of samples, demos & tutorials that I wrote for the original FSharp.AsyncExtensions library that could be copied here - and with a few lines of documentation, they would make good additions to the docs.

I'd be happy to contribute this, but it looks like I won't have much time in the next two weeks, so if someone wants to do this, feel free to use the samples above! (Perhaps send a quick comment here, to avoid any race conditions :-)).

I also wrote a blog post about AsyncSeq and I'd be more than happy to add it to the documentation here (a link back to the blog would be nice though).

This was written before I had F# Formatting, but I found some source HTML + F# code for this and uploaded it here.

eulerfx commented 9 years ago

I did put a link to the AsyncSeq article at the bottom of the docs. I'll add a link to the samples too.

forki commented 9 years ago

I think we should port the samples over and delete these in fsharpx