|
|
FiberAllocator * | dequeAllocator = nullptr |
| |
|
size_t | dequeCapacityPerWorker = 0 |
| |
|
FiberAllocator * | injectionAllocator = nullptr |
| |
|
size_t | injectionCapacity = 0 |
| |
|
size_t | idleSpinAttempts = 32 |
| |
|
Span< const uint64_t > | affinityMasks |
| |
|
FiberWorkerThreadPriority | threadPriority = FiberWorkerThreadPriority::Default |
| |
| FiberStackGrowthRuntime * | stackGrowthRuntime = nullptr |
| | Optional process owner enabling incremental stacks on every worker.
|
| |
| Span< char > | stackGrowthSignalStackStorage |
| | POSIX requires at least workerCount * FiberStackGrowthSignalStackSize bytes; Windows ignores this span.
|
| |
◆ stackGrowthRuntime
Optional process owner enabling incremental stacks on every worker.
◆ stackGrowthSignalStackStorage
| Span<char> SC::FiberWorkerPoolOptions::stackGrowthSignalStackStorage |
POSIX requires at least workerCount * FiberStackGrowthSignalStackSize bytes; Windows ignores this span.
The documentation for this struct was generated from the following file: