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

Method now

include/exec/linux/io_uring_context.hpp:1323–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321 }
1322
1323 [[nodiscard]]
1324 auto now() const noexcept -> std::chrono::time_point<std::chrono::steady_clock>
1325 {
1326 return std::chrono::steady_clock::now();
1327 }
1328
1329 [[nodiscard]]
1330 auto schedule_after(std::chrono::nanoseconds __duration) const -> __schedule_after_sender

Callers 2

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected