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

Method executor

include/boost/asio/executor.hpp:54–57  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

52public:
53 /// Default constructor.
54 executor() noexcept
55 : impl_(0)
56 {
57 }
58
59 /// Construct from nullptr.
60 executor(nullptr_t) noexcept

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected