phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Spawn
nxt
cmd
Process spawn state.
@
safe
@
safe
struct
Spawn {
import
std
.
process
:
Pid
;
;
Pid
pid
;
File
_out
;
File
_err
;
Log
log
;
this
(Pid pid, File _out, File _err, Log log);
this(this)
;
ExitCode
wait
();
}
Constructors
this
this
(Pid pid, File _out, File _err, Log log)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
wait
ExitCode
wait
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_err
File
_err
;
Undocumented in source.
_out
File
_out
;
Undocumented in source.
log
Log
log
;
Undocumented in source.
pid
Pid
pid
;
Undocumented in source.
Meta
Source
See Implementation
nxt
cmd
functions
exitMessage
spawn
writeIng
structs
ExitCode
Log
Patch
Repository
Spawn
Process spawn state.