Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_scheduler
Method
get_scheduler
include/exec/windows/windows_thread_pool.hpp:950–953 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
948
// scheduler methods
949
950
inline auto windows_thread_pool::get_scheduler() noexcept -> windows_thread_pool::scheduler
951
{
952
return scheduler{*this};
953
}
954
955
/////////////////////////
956
Callers
1
windows_thread_pool.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected