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

Method any_executor

include/boost/asio/execution/any_executor.hpp:1429–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427{
1428public:
1429 any_executor() noexcept
1430 : detail::any_executor_base(),
1431 prop_fns_(prop_fns_table<void>())
1432 {
1433 }
1434
1435 any_executor(nullptr_t) noexcept
1436 : detail::any_executor_base(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected