| 883 | } |
| 884 | |
| 885 | static void __complete_(__task* __pointer, ::io_uring_cqe const & __cqe) noexcept |
| 886 | { |
| 887 | auto* __self = static_cast<__stop_operation*>(__pointer); |
| 888 | __self->complete(__cqe); |
| 889 | } |
| 890 | |
| 891 | static constexpr __task_vtable __vtable{&__ready_, &__submit_, &__complete_}; |
| 892 |