onForkError
fn
noreturn onForkError( string file = __FILE__, size_t line = __LINE__ ) @trusted pure nothrow @nogcA callback for errors in the case of a failed fork in D. A ForkError will be thrown.
Parameters
file | The name of the file that signaled this error. |
line | The line number on which this error occurred. |