MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / attach

Method attach

3rd/asio-1.24.0/include/asio/spawn.hpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 virtual void destroy() = 0;
53
54 void attach(spawned_thread_base** owner)
55 {
56 owner_ = owner;
57 *owner_ = this;
58 }
59
60 void detach()
61 {

Callers 4

operator()Method · 0.80
spawn_handler_baseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected