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
| Version | 0.1.0 |
|---|---|
| Dependencies | base (<6), mtl (2.*), transformers (<0.4) |
| License | BSD3 |
| Author | Paul Liu |
| Maintainer | Paul Liu <paul@thev.net> |
| Stability | experimental |
| Category | Control |
| Home page | http://github.com/ninegua/monad-task |
| Source repository | git clone git://github.com/ninegua/monad-task.git |
| Upload date | Fri Aug 31 06:30:02 UTC 2012 |
| Uploaded by | PaulLiu |
| Built on | ghc-7.4 |
Modules
- Control
Downloads
- monad-task-0.1.0.tar.gz (Cabal source package)
- package description (included in the package)