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

Caller-owned pool that pairs FiberTask objects with fixed-size stack slots. More...

#include <Fibers.h>

Public Attributes

size_t capacity = 0
 
size_t activeTasks = 0
 
size_t availableTasks = 0
 
bool classBacked = false
 
FiberTaskClassDiagnostics taskClass
 
FiberStackClassDiagnostics stackClass
 

Detailed Description

Caller-owned pool that pairs FiberTask objects with fixed-size stack slots.


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