Index of types

B
bigarray [Duppy.Transport_t]
bigarray [Duppy.Io_t]

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_t]

Different types of failure.

H
handler [Duppy.Monad.Monad_io_t]

A handler for this module is a record that contains the required elements.

M
marker [Duppy.Io_t]

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.

socket [Duppy.Monad.Monad_io_t]
socket [Duppy.Io_t]
T
t [Duppy.Transport_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.