MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / get_constrained_scheduler

Function get_constrained_scheduler

include/exec/static_thread_pool.hpp:497–500  ·  view source on GitHub ↗

The caller must ensure that the constraints object is valid for the lifetime of the scheduler.

Source from the content-addressed store, hash-verified

495
496 // The caller must ensure that the constraints object is valid for the lifetime of the scheduler.
497 auto get_constrained_scheduler(nodemask const * constraints) noexcept -> scheduler
498 {
499 return scheduler{*this, *get_remote_queue(), constraints};
500 }
501
502 auto get_remote_queue() noexcept -> remote_queue*
503 {

Callers

nothing calls this directly

Calls 1

get_remote_queueFunction · 0.85

Tested by

no test coverage detected