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.
See Implementation
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.