MCPcopy Create free account
hub / github.com/boostorg/asio / ~join_guard

Method ~join_guard

example/cpp14/executors/fork_join.cpp:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 join_guard(const join_guard&) = delete;
229 join_guard(join_guard&&) = delete;
230 ~join_guard() { ex_.join(); }
231
232private:
233 fork_executor ex_;

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected