Browse thread
ANN: ethreads relesase
- Satoshi Ogasawara
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-07-04 (11:48) |
From: | Satoshi Ogasawara <ogasawara@i...> |
Subject: | ANN: ethreads relesase |
Hello, I'm pleased to announce a new release of 'ethreads', small codes for multi-thread programming. This library has - extended Threads.Event module. - threadless ivar and mvar, inter-thread shared variable. - mailbox(queue), broadcast channel, timeout, meta-RPC. I believe these features are necessary for channel passing style multi-thread programming with OCaml. More at: Project Home Page: http://forge.ocamlcore.org/projects/ethread/ Signatures : http://www.itpl.co.jp/ethreads/ Thanks, Ogasawara.