Set<T> is a container of T, where once an item is added, additionally adds () do nothing.
constexpr bool kCPUAffinitySupported
Can CPU affinity be controlled on this platform at all?
void SetCPUAffinity(const LogicalCPUCoreSet &cores)
Restrict this process to the given logical CPU cores.
bool SetCPUAffinityQuietly(const LogicalCPUCoreSet &cores) noexcept
Like SetCPUAffinity (), but returns false rather than throwing.