Caller-owned cancellation source shared by one or more fiber tasks. More...
#include <Fibers.h>
Public Member Functions | |
| FiberCancellationTokenSource (const FiberCancellationTokenSource &)=delete | |
| FiberCancellationTokenSource & | operator= (const FiberCancellationTokenSource &)=delete |
| void | requestCancel () |
| void | reset () |
| Result | check () const |
| bool | isCancellationRequested () const |
| FiberCancellationToken | token () const |
Friends | |
| struct | FiberCancellationToken |
| struct | FiberScheduler |
Caller-owned cancellation source shared by one or more fiber tasks.