LibasyncEventDriverSignals

Undocumented in source.

Members

Functions

addRef
void addRef(SignalListenID descriptor)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
SignalListenID listen(int sig, SignalCallback on_signal)
Undocumented in source. Be warned that the author may not have intended to support it.
releaseRef
bool releaseRef(SignalListenID descriptor)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventDriverSignals

listen
SignalListenID listen(int sig, SignalCallback on_signal)

Starts listening for the specified POSIX signal.

isValid
bool isValid(SignalListenID handle)

Determines whether the given signal handle is valid.

addRef
void addRef(SignalListenID descriptor)

Increments the reference count of the given resource.

releaseRef
bool releaseRef(SignalListenID descriptor)

Decrements the reference count of the given resource.

Meta