MCPcopy 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_when_all.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected