B | |
bigarray [Duppy.Io] |
Type of
Bigarray used here.
|
C | |
condition [Duppy.Monad.Condition.Factory] |
Type of a condition, used in
wait and broadcast
|
E | |
event [Duppy.Task] |
Type for possible events.
|
F | |
failure [Duppy.Io] |
Different types of failure.
|
H | |
handler [Duppy.Monad.Io] |
A handler for this module
is a record that contains the
required elements.
|
M | |
marker [Duppy.Io] |
Type for markers.
|
mutex [Duppy.Monad.Mutex.Mutex_t] |
Type for a mutex.
|
P | |
priority [Duppy.Monad.Mutex.Mutex_control] | |
S | |
scheduler [Duppy] |
A scheduler is a device for processing tasks.
|
T | |
t [Duppy.Monad] |
Type representing a computation
which returns a value of type
'a
or raises a value of type 'b
|
t [Duppy.Async] | |
task [Duppy.Task] |
A task is a list of events awaited,
and a function to process events that have occured.
|