Caller-owned stack storage used by fiber contexts.
More...
#include <Fibers.h>
|
|
| FiberStack (Span< char > memory) |
| |
|
Span< char > | memory () const |
| |
|
size_t | sizeInBytes () const |
| |
|
size_t | usableSizeInBytes () const |
| |
|
size_t | alignmentWasteInBytes () const |
| |
|
bool | isUsable () const |
| |
|
void | fillHighWaterMark () |
| |
|
size_t | highWaterUsedBytes () const |
| |
|
size_t | highWaterUnusedBytes () const |
| |
|
|
struct | FiberScheduler |
| |
|
struct | FiberVirtualStack |
| |
Caller-owned stack storage used by fiber contexts.
The documentation for this struct was generated from the following file: