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

Method __complete_

include/exec/linux/io_uring_context.hpp:785–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783 }
784
785 static void __complete_(__task* __pointer, ::io_uring_cqe const & __cqe) noexcept
786 {
787 auto* __self = static_cast<__io_task_facade*>(__pointer);
788 __self->__base_.complete(__cqe);
789 }
790
791 static constexpr __task_vtable __vtable{&__ready_, &__submit_, &__complete_};
792

Callers 2

__stopFunction · 0.45
completeMethod · 0.45

Calls 1

completeMethod · 0.45

Tested by

no test coverage detected