MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / schedule

Function schedule

3rd/asio-1.24.0/include/asio/thread_pool.hpp:631–634  ·  view source on GitHub ↗

Schedule function. * Do not call this function directly. It is intended for use with the * execution::schedule customisation point. * * @return An object that satisfies the sender concept. */

Source from the content-addressed store, hash-verified

629 * @return An object that satisfies the sender concept.
630 */
631 sender_type schedule() const ASIO_NOEXCEPT
632 {
633 return *this;
634 }
635
636 /// Connect function.
637 /**

Calls

no outgoing calls

Tested by

no test coverage detected