MCPcopy Create free account
hub / github.com/a2flo/floor / thread_should_finish

Method thread_should_finish

threading/thread_base.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool thread_base::thread_should_finish() {
197 return thread_should_finish_flag;
198}
199
200void thread_base::set_thread_delay(const size_t delay) {
201 thread_delay = delay;

Callers 1

_thread_runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected