MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __complete_

Method __complete_

include/exec/linux/io_uring_context.hpp:885–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

completeMethod · 0.45

Tested by

no test coverage detected