Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::FiberJobWorkerPoolOptions Struct Reference

Public Attributes

FiberAllocatordequeAllocator = nullptr
 
size_t dequeCapacityPerWorker = 0
 
size_t idleSpinAttempts = 32
 
bool keepAliveWhenIdle = false
 Keep worker threads parked and ready to accept later waves after the scheduler becomes idle.
 
Span< const uint64_t > affinityMasks
 
FiberWorkerThreadPriority threadPriority = FiberWorkerThreadPriority::Default
 

Member Data Documentation

◆ keepAliveWhenIdle

bool SC::FiberJobWorkerPoolOptions::keepAliveWhenIdle = false

Keep worker threads parked and ready to accept later waves after the scheduler becomes idle.


The documentation for this struct was generated from the following file: