MCPcopy 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
45void fiber_pool::stop()
46{
47 for (const auto& fb : fibers_) {
48 fb->kill();
49 }
50
51 wg_->wait();
52}
53
54void fiber_pool::fiber_create(size_t count)
55{

Callers

nothing calls this directly

Calls 2

killMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected