onForkError

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

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

Parameters

file string

The name of the file that signaled this error.

line size_t

The line number on which this error occurred.

Throws

Meta