module CCPool:sig
..end
Renamed and heavily updated from CCFuture
Since 0.16
type 'a
state =
| |
Done of |
| |
Waiting |
| |
Failed of |
module type PARAM =sig
..end
exception Stopped
module Make(
P
:
PARAM
)
:sig
..end