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

Method __submit_

include/exec/linux/io_uring_context.hpp:879–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877 }
878
879 static void __submit_(__task* __pointer, ::io_uring_sqe& __sqe) noexcept
880 {
881 auto* __self = static_cast<__stop_operation*>(__pointer);
882 __self->submit(__sqe);
883 }
884
885 static void __complete_(__task* __pointer, ::io_uring_cqe const & __cqe) noexcept
886 {

Callers

nothing calls this directly

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected