MCPcopy Create free account
hub / github.com/boostorg/asio / attach_thread

Function attach_thread

include/boost/asio/impl/awaitable.hpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 void attach_thread(awaitable_thread<Executor>* handler) noexcept
472 {
473 attached_thread_ = handler;
474 }
475
476 awaitable_thread<Executor>* detach_thread() noexcept
477 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected