Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/async_simple
/ ThreadPool_withWorkSteal
Function
ThreadPool_withWorkSteal
benchmarks/ThreadPool.bench.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void ThreadPool_withWorkSteal(benchmark::State& state) {
51
for ([[maybe_unused]] const auto& _ : state)
52
autoScheduleTasks(/*enableWorkSteal = */ true);
53
}
Callers
nothing calls this directly
Calls
1
autoScheduleTasks
Function · 0.85
Tested by
no test coverage detected