Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ adapter
Method
adapter
include/boost/asio/execution/blocking.hpp:589–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
{
588
public:
589
adapter(int, const Executor& e) noexcept
590
: executor_(e)
591
{
592
}
593
594
adapter(const adapter& other) noexcept
595
: executor_(other.executor_)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected