Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ scheduler
Function
scheduler
include/exec/thread_pool_base.hpp:474–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
friend thread_pool_base;
473
474
explicit scheduler(DerivedPoolType& pool) noexcept
475
: pool_(&pool)
476
{}
477
478
DerivedPoolType* pool_;
479
Callers
2
test_transfer_when_all.cpp
File · 0.50
test_when_all.cpp
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected