A | |
accept [Aeio] |
Similar to Unix.accept, but asynchronous.
|
async [Aeio] | async f v spawns a fiber to run f v asynchronously.
|
await [Aeio] |
Block until the result of a promise is available.
|
C | |
cancel [Aeio] |
Cancel the context.
|
M | |
my_context [Aeio] |
Return the current cancellation context.
|
N | |
new_context [Aeio] |
Creates a new cancellation context.
|
R | |
recv [Aeio] |
Similar to Unix.recv, but asynchronous.
|
run [Aeio] |
Run the asynchronous program.
|
S | |
send [Aeio] |
Similar to Unix.send, but asynchronous.
|
sleep [Aeio] | sleep t suspends the fiber for t milliseconds.
|
Y | |
yield [Aeio] |
Yield control.
|