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

Method start

include/exec/linux/io_uring_context.hpp:744–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742 };
743
744 inline void __wakeup_operation::start() & noexcept
745 {
746 if (!__context_->__stop_source_->stop_requested())
747 {
748 __context_->__pending_.push_front(this);
749 }
750 }
751
752 template <class _Op>
753 concept __io_task = requires(_Op& __op, ::io_uring_sqe& __sqe, ::io_uring_cqe const & __cqe) {

Callers 3

__complete_Method · 0.45
run_until_stoppedMethod · 0.45
operator()Method · 0.45

Calls 2

stop_requestedMethod · 0.45
push_frontMethod · 0.45

Tested by

no test coverage detected