onForkError

fnnoreturn onForkError( string file = __FILE__, size_t line = __LINE__ ) @trusted pure nothrow @nogc

A callback for errors in the case of a failed fork in D. A ForkError will be thrown.

Parameters

fileThe name of the file that signaled this error.
lineThe line number on which this error occurred.

Throws