Index of values


A
add [Duppy.Async]
add ~priority s f creates an asynchronous task in s with priority priority.
add [Duppy.Task]
Schedule a task.

C
create [Duppy]
Initiate a new scheduler

Q
queue [Duppy]
queue ~log ~priorities s name starts a queue, on the scheduler s only processing priorities p for which priorities p returns true.

R
read [Duppy.Io]
Wrapper to perform a read on a socket and trigger a function when a marker has been detected, or enough data has been read.

S
stop [Duppy.Async]
Stop and remove the asynchronous task.
stop [Duppy]
Stop all queues running on that scheduler, causing them to return.

W
wake_up [Duppy.Async]
Wake up an asynchronous task.
write [Duppy.Io]
Similar to read but less complex.