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

Method __submit_

include/exec/linux/io_uring_context.hpp:779–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777 }
778
779 static void __submit_(__task* __pointer, ::io_uring_sqe& __sqe) noexcept
780 {
781 auto* __self = static_cast<__io_task_facade*>(__pointer);
782 __self->__base_.submit(__sqe);
783 }
784
785 static void __complete_(__task* __pointer, ::io_uring_cqe const & __cqe) noexcept
786 {

Callers 1

submitMethod · 0.45

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected