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

Function available_parallelism

include/exec/static_thread_pool.hpp:521–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 void request_stop() noexcept;
520
521 [[nodiscard]]
522 auto available_parallelism() const noexcept -> std::uint32_t
523 {
524 return thread_count_;
525 }
526
527 [[nodiscard]]
528 auto params() const noexcept -> bwos_params

Callers 1

bulk_enqueueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected