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

Method clone

demo_example/asio/asio/executor.hpp:318–321  ·  view source on GitHub ↗

Helper function to clone another implementation.

Source from the content-addressed store, hash-verified

316
317 // Helper function to clone another implementation.
318 impl_base* clone() const ASIO_NOEXCEPT
319 {
320 return impl_ ? impl_->clone() : 0;
321 }
322
323 // Helper function to destroy an implementation.
324 void destroy() ASIO_NOEXCEPT

Callers 2

executorMethod · 0.45
executorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected