Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
EventDriverTimers.wait
final abstract void wait ( TimerID timer, nothrow @safe void delegate(TimerID) callback ) nothrow @safe;
abstract void wait ( TimerID timer, nothrow @safe void delegate(TimerID, bool) callback ) nothrow @safe;