MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Startable

Method Startable

MonaBase/sources/Startable.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35Startable::Startable(const string& name) : _priority(PRIORITY_NORMAL),_name(name), _stop(true) {
36
37}
38
39Startable::~Startable() {
40 stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected