Haskell platform proposal: the async package

Bas van Dijk v.dijk.bas at gmail.com
Sat Jun 16 00:17:51 CEST 2012


On 14 June 2012 15:57, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> Hi Simon,
>
> Nice package!
>
> For completeness sake, shouldn't the package also offer these functions:
>
> * asyncOS
> * asyncOn
> * asyncWithUnmask
> * asyncOnWithUnmask
>
> analogous to the same functions in Control.Concurrent.
>
> I don't know if they will be used a lot but I also added them to the
> threads package:
>
> http://hackage.haskell.org/packages/archive/threads/0.5/doc/html/Control-Concurrent-Thread.html
>
> Bas

Simon, I've send you a pull request to add these:

https://github.com/simonmar/async/pull/2

Cheers,

Bas



More information about the Libraries mailing list