vibe.d beta banner
get vibe.d
0.10.0

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

Interface EventDriverSignals

Handling of POSIX signals.

interface EventDriverSignals ;

Methods

NameDescription
addRef (descriptor) Increments the reference count of the given resource.
isValid (handle) Determines whether the given signal handle is valid.
listen (sig, on_signal) Starts listening for the specified POSIX signal.
releaseRef (descriptor) Decrements the reference count of the given resource.
Authors
Copyright
License