phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
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)
;
ExitStatus
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
ExitStatus
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
ExitStatus
Log
Patch
Repository
Spawn
Process spawn state.