Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_scheduler
Function
get_scheduler
include/exec/thread_pool_base.hpp:518–522 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
516
};
517
518
[[nodiscard]]
519
auto get_scheduler() noexcept -> scheduler
520
{
521
return scheduler{static_cast<DerivedPoolType&>(*this)};
522
}
523
524
[[nodiscard]]
525
auto available_parallelism() const -> std::uint32_t
Callers
3
test_env2
Method · 0.50
test_concepts_sender.cpp
File · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_env2
Method · 0.40