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

Method get_thread_delay

threading/thread_base.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204size_t thread_base::get_thread_delay() const {
205 return thread_delay;
206}
207
208void thread_base::set_yield_after_run(const bool state) {
209 yield_after_run = state;

Callers 1

_thread_runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected