vibe.d beta banner
get vibe.d
0.10.0

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

EventDriver.events - multiple declarations

Function EventDriver.events

Cross-thread events (thread local access)

abstract inout inout(EventDriverEvents) events() nothrow @property @safe;

Function EventDriver.events

Cross-thread events (cross-thread access)

abstract inout inout(shared(EventDriverEvents)) events() nothrow @property @safe shared;
Authors
Copyright
License