nu_atomic_supported

Gets the status of atomics support in the current numem configuration.

Notes: If atomics are not supported, these functions will act as non-atomic alternatives.

export extern (C) @nogc nothrow
bool
nu_atomic_supported
()

Return Value

Type: bool

Whether atomics are supported by the loaded hookset.

Meta