Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
Switches execution to the given task.
void switchToTask ( Task t ) nothrow @safe;
This function can be used in conjunction with hibernate to wake up a task. The task must live in the same thread as the caller.
hibernate