vibe.d beta banner
get vibe.d
0.10.0

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

EventDriverEvents.trigger - multiple declarations

Function EventDriverEvents.trigger

Triggers an event owned by the current thread.

abstract void trigger (
  EventID event,
  bool notify_all
) nothrow @safe;

Function EventDriverEvents.trigger

Triggers an event possibly owned by a different thread.

abstract void trigger (
  EventID event,
  bool notify_all
) nothrow @safe shared;
Authors
Copyright
License