Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ stop
Method
stop
lib_fiber/cpp/src/fiber_pool.cpp:45–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void fiber_pool::stop()
46
{
47
for (const auto& fb : fibers_) {
48
fb->kill();
49
}
50
51
wg_->wait();
52
}
53
54
void fiber_pool::fiber_create(size_t count)
55
{
Callers
nothing calls this directly
Calls
2
kill
Method · 0.80
wait
Method · 0.45
Tested by
no test coverage detected