drocks ~master (2021-10-16T12:44:05.08463)
Dub
Repo
ServerRunner
server
Undocumented in source.
struct
ServerRunner {
this(this)
;
this
();
this
(string binary, string confFile);
this
(string[] args);
~this
();
void
close
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string binary, string confFile)
Undocumented in source.
this
this
(string[] args)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
server
structs
ServerRunner