Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
Waits until an event gets triggered.
abstract void wait ( EventID event, nothrow @safe void delegate(EventID) on_event ) nothrow @safe;
Multiple concurrent waits are allowed.