Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_id
Method
get_id
test/exec/test_io_uring_context.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
[[nodiscard]]
70
auto get_id() const noexcept -> std::thread::id
71
{
72
return thread_.get_id();
73
}
74
};
75
76
TEST_CASE(
"io_uring_context - unused context"
,
"[types][io_uring][schedulers]"
)
Callers
3
test_io_uring_context.cpp
File · 0.80
get_thread_id
Method · 0.80
get_remote_queue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected