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

Function defer

include/boost/asio/inline_or_executor.hpp:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 */
477 template <typename Function, typename Allocator>
478 void defer(Function&& f, const Allocator& a) const
479 {
480 executor_.defer(static_cast<Function&&>(f), a);
481 }
482#endif // !defined(BOOST_ASIO_NO_TS_EXECUTORS)
483
484 /// Compare two inline_or_executors for equality.

Callers

nothing calls this directly

Calls 1

deferMethod · 0.45

Tested by

no test coverage detected