[Haskell-cafe] Question about concurrency, threads and GC

Gregory Collins greg at gregorycollins.net
Sat Mar 3 18:29:36 CET 2012


On Sat, Mar 3, 2012 at 12:50 PM, Alp Mestanogullari <alpmestan at gmail.com>wrote:

> That's exactly what I would have needed, several times in the past 2
> years. I've been wondering about a good way to abstract this to have a
> library where you'd just plug your "business logic" and thus not have to
> care anymore about the implementation details, once and for all.
>

It's hard to know which abstraction might be sufficiently magical to allow
you to skip caring about the implementation details; personally I think stm
is pretty magical already :)

G
-- 
Gregory Collins <greg at gregorycollins.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120303/453afff7/attachment.htm>


More information about the Haskell-Cafe mailing list