Thread-affine registration for one thread that may execute incrementally committed fiber stacks. More...
#include <Fibers.h>
Public Member Functions | |
| FiberStackGrowthThread (const FiberStackGrowthThread &)=delete | |
| FiberStackGrowthThread & | operator= (const FiberStackGrowthThread &)=delete |
| Result | create (FiberStackGrowthRuntime &runtime, Span< char > signalStackStorage) |
| POSIX requires caller-owned alternate signal-stack storage; Windows accepts an empty span. | |
| Result | close () |
| bool | isOpen () const |
Thread-affine registration for one thread that may execute incrementally committed fiber stacks.
|
nodiscard |
POSIX requires caller-owned alternate signal-stack storage; Windows accepts an empty span.