>>>>> David McBride <toa...@gmail.com> writes:

> Have you looked at the pipes-concurrency package? It allows you to spawn
> threads from consumers and producers that pass messages between each other
> and you can bound the buffers to allow you to achive good memory usage. It
> has a nice tutorial as well.

pipes-async also wraps up this sort of functionality into a simple >&>
operator, if one's needs are not terribly complex. That is, it frees one from
having to manage the intermediate mailbox.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2

-- 
You received this message because you are subscribed to the Google Groups 
"Haskell Pipes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to haskell-pipes+unsubscr...@googlegroups.com.
To post to this group, send email to haskell-pipes@googlegroups.com.

Reply via email to