The latest version of monad-task is 0.2.0-0.

monad-task

Version 0.1.0 revision 0 uploaded by PaulLiu.

Package meta

Synopsis
A monad transformer that turns event processing into co-routine programming.
Description

Task monad transformer can help refactor event and callback heavy programs into monads via co-routines. The idea is loosely based on Combining Events And Threads For Scalable Network Services, by Peng Li and Steve Zdancewic, in PLDI, 2007. (http://www.cis.upenn.edu/~stevez/papers/abstracts.html#LZ07), but with deterministic and co-oprative lightweight threads, also known as co-routines, so that the base monad can be anything ranging from IO to state monads, or your favorite monad transformer stack.

Author
Paul Liu
Bug reports
n/a
Category
Control
Copyright
n/a
Homepage
http://github.com/ninegua/monad-task
Maintainer
Paul Liu <paul@thev.net>
Package URL
n/a
Stability
experimental

Components