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

Method adapter

include/boost/asio/execution/blocking_adaptation.hpp:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507{
508public:
509 adapter(int, const Executor& e) noexcept
510 : executor_(e)
511 {
512 }
513
514 adapter(const adapter& other) noexcept
515 : executor_(other.executor_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected