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. */
| 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 | /** |