coThreads
coThreads is a concurrent programming library for OCaml. It enhances the Threads library of the standard OCaml distribution in two dimensions: coThreads implements the same API of the standard Threads library on different execution engines (process, netwoker(todo)), so that a single copy of source code can be compiled and deployed to different environments without modification; coThreads is also a super set of the standard Threads library, with extra components (STM etc.), functions (spawn etc.) and features (object-level compatibility etc.).
[ Homepage ]
| Author: | Zheng Li. |
| Last modification date: | 18-Sep-2007 |
| Version: | 0.10 |
| Development status: | Beta |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: GPL |
| Topic: | System :: Distributed and parallel programming |
| Homepage: | http://cothreads.sourceforge.net/ |