onThreadError

A callback for thread errors in D during collections. Since an allocation is not possible a preallocated ThreadError will be used as the Error instance

package nothrow @nogc
void
onThreadError
(
string msg
)

Return Value

Type: void

never returns

Throws

ThreadError.

Meta