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

Method __ready_

include/exec/linux/io_uring_context.hpp:773–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771 struct __io_task_facade : __task
772 {
773 static auto __ready_(__task* __pointer) noexcept -> bool
774 {
775 auto* __self = static_cast<__io_task_facade*>(__pointer);
776 return __self->__base_.ready();
777 }
778
779 static void __submit_(__task* __pointer, ::io_uring_sqe& __sqe) noexcept
780 {

Callers 1

submitMethod · 0.45

Calls 1

readyMethod · 0.45

Tested by

no test coverage detected