Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
size_t thread_base::get_thread_delay() const {
205
return thread_delay;
206
}
207
208
void thread_base::set_yield_after_run(const bool state) {
209
yield_after_run = state;
Callers
1
_thread_run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected