libasync.signal

Members

Classes

AsyncSignal
class AsyncSignal

Enqueues a signal in the event loop of the AsyncSignal owner's thread, which allows a foreign thread to trigger the callback handler safely.

Structs

SignalHandler
struct SignalHandler
Undocumented in source.

Templates

isWeaklyIsolated
template isWeaklyIsolated(T...)

Determines if the given list of types has any non-immutable and unshared aliasing outside of their object tree.

Meta