monad-task-0.1.0: A monad transformer that turns event processing into co-routine programming.

The monad-task package

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.

Properties

Version0.1.0
Dependenciesbase (<6), mtl (2.*), transformers (<0.4)
LicenseBSD3
AuthorPaul Liu
MaintainerPaul Liu <paul@thev.net>
Stabilityexperimental
CategoryControl
Home pagehttp://github.com/ninegua/monad-task
Source repositorygit clone git://github.com/ninegua/monad-task.git
Upload dateFri Aug 31 06:30:02 UTC 2012
Uploaded byPaulLiu
Built onghc-7.4

Modules

Downloads