sily.async.thread

Undocumented in source.

Members

Functions

async
AsyncThread async(void function() fn)
AsyncThread async(void delegate() fn)

Executes function in new thread

await
void await(AsyncThread thread)

Joins thread (waits for execution)

Structs

AsyncThread
struct AsyncThread

Internal std.core.Thread wrapper

Meta