mecca.lib.concurrency

Helpers for asynchronously executing code

Members

Structs

SignalHandlerValue
struct SignalHandlerValue(T)

This struct allows updating complex values (i.e. - values you cannot update atomically) to be read by a signal handler. The signal handler has only read-only access, it cannot update the value.

Meta