Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ wakeup
Method
wakeup
include/exec/linux/io_uring_context.hpp:419–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
417
}
418
419
void wakeup()
420
{
421
if (auto __ec = try_wakeup())
422
{
423
STDEXEC_THROW(std::system_error{__ec});
424
}
425
}
426
427
/// @brief Resets the io context to its initial state.
428
void reset()
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected