MCPcopy Create free account
hub / github.com/alibaba/async_simple / executor

Method executor

demo_example/asio/asio/executor.hpp:51–54  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

49public:
50 /// Default constructor.
51 executor() ASIO_NOEXCEPT
52 : impl_(0)
53 {
54 }
55
56 /// Construct from nullptr.
57 executor(nullptr_t) ASIO_NOEXCEPT

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected