Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ get_executor
Method
get_executor
test/beast/core/async_base.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
};
144
145
executor_type get_executor() const noexcept
146
{
147
return executor_type{};
148
}
149
};
150
151
struct intrusive_ex
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected