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

Method Task

MonaBase/sources/Task.cpp:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28Task::Task(TaskHandler& handler) : _handler(handler) {
29}
30
31
32bool Task::waitHandle() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected