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

Method try_wakeup

include/exec/linux/io_uring_context.hpp:409–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 {}
408
409 auto try_wakeup() noexcept -> std::error_code
410 {
411 std::uint64_t __wakeup = 1;
412 if (::write(__eventfd_, &__wakeup, sizeof(__wakeup)) == -1)
413 {
414 return {errno, std::system_category()};
415 }
416 return {};
417 }
418
419 void wakeup()
420 {

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected