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.

Constructors

this
this(T value)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

get

Members

Functions

opAssign
void opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

get
T get [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta