Module mecca.lib.concurrency

Helpers for asynchronously executing code

Structs

NameDescription
SignalHandlerValue 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.