vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function EventDriverEvents.wait

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.

Authors
Copyright
License