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

Method start

include/exec/linux/io_uring_context.hpp:814–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812 }
813
814 void start() & noexcept
815 {
816 __context& __context = __base_.context();
817 if (__context.submit(this))
818 {
819 if (auto __ec = __context.try_wakeup())
820 {
821 std::terminate(); // TODO: handle error
822 }
823 }
824 }
825
826 private:
827 _Base __base_;

Callers

nothing calls this directly

Calls 3

try_wakeupMethod · 0.80
contextMethod · 0.45
submitMethod · 0.45

Tested by

no test coverage detected