mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Note that all of the code in preExecFunction must be async-signal-safe
This commit is contained in:
parent
f9fc1f612a
commit
1aad510fb3
1 changed files with 2 additions and 0 deletions
|
@ -2159,6 +2159,8 @@ 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.
|
||||||
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