Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ ready
Method
ready
include/exec/linux/io_uring_context.hpp:1025–1029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1023
}
1024
1025
[[nodiscard]]
1026
auto ready() const noexcept -> bool
1027
{
1028
return this->__base_.ready();
1029
}
1030
1031
void submit(::io_uring_sqe& __sqe) noexcept
1032
{
Callers
nothing calls this directly
Calls
1
ready
Method · 0.45
Tested by
no test coverage detected