MCPcopy Create free account
hub / github.com/KuhakuPixel/AceTheGame / thread_continuous

Method thread_continuous

ACE/engine/src/thread_continuous.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52thread_continuous::thread_continuous(std::function<void()> func)
53 : stop_thread(false), thread(NULL), thread_running(false) {
54 this->func = func;
55}
56
57bool thread_continuous::get_thread_running() { return this->thread_running; }
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected