command v0.0.8 (2020-11-23T16:43:14Z)
Dub
Repo
CommandReaderThread
command
cli
Undocumented in source.
version(cli)
class
CommandReaderThread : Thread {
__gshared
bool
terminate
;
this
();
void
run
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
terminate
bool
terminate
;
Undocumented in source.
Meta
Source
See Implementation
command
cli
classes
CommandReaderThread