phobos-next ~master (2025-12-19T22:07:52.6441088)
Dub
Repo
Spawn
nxt
cmd
Process spawn state. Action accessing predeclared file system resources.
@
safe
struct
Spawn {
import
std
.
process
:
Pid
,
ProcessPipes
;
;
import
std
.
process
:
Pid
,
ProcessPipes
;
;
this
(ProcessPipes processPipes, LogLevel logLevel);
this(this)
;
auto ref
setLogLevel
(LogLevel logLevel);
ExitStatus
wait
();
}
Constructors
this
this
(ProcessPipes processPipes, LogLevel logLevel)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
setLogLevel
auto ref
setLogLevel
(LogLevel logLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
wait
ExitStatus
wait
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
logLevel
LogLevel
logLevel
;
Undocumented in source.
processPipes
ProcessPipes
processPipes
;
Undocumented in source.
Meta
Source
See Implementation
nxt
cmd
functions
ewriteFlushed
exitMessage
spawn
writeFlushed
structs
ExitStatus
Spawn
Process spawn state. Action accessing predeclared file system resources.