mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
rendered in red warning
This commit is contained in:
parent
1aad510fb3
commit
e1bb58a742
1 changed files with 5 additions and 2 deletions
|
@ -2159,8 +2159,11 @@ struct Config
|
||||||
/**
|
/**
|
||||||
A function that is called before `exec` in $(LREF spawnProcess).
|
A function that is called before `exec` in $(LREF spawnProcess).
|
||||||
It returns `true` if succeeded and otherwise returns `false`.
|
It returns `true` if succeeded and otherwise returns `false`.
|
||||||
Please note that the code in this function must only use
|
|
||||||
async-signal-safe functions.
|
$(RED Warning:
|
||||||
|
Please note that the code in this function must only use
|
||||||
|
async-signal-safe functions.)
|
||||||
|
|
||||||
On Windows, this member is not available.
|
On Windows, this member is not available.
|
||||||
*/
|
*/
|
||||||
bool function() nothrow @nogc @safe preExecFunction;
|
bool function() nothrow @nogc @safe preExecFunction;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue