hio v0.0.4 (2019-10-18T11:46:13Z)
Dub
Repo
Computation
hio
scheduler
spawn thread or fiber, caal function and return value
interface
Computation {
bool
ready
();
bool
wait
(Duration t);
}
Members
Functions
ready
bool
ready
()
Undocumented in source.
wait
bool
wait
(Duration t)
Undocumented in source.
Meta
Source
See Implementation
hio
scheduler
classes
NotReadyException
Task
TestException
Threaded
functions
App
hlSleep
mapM
mapMxN
spawnTask
task
threaded
interfaces
Computation
structs
Box
TaskNotReady
spawn thread or fiber, caal function and return value