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

Caller-owned cancellation source shared by one or more fiber tasks. More...

#include <Fibers.h>

Public Member Functions

 FiberCancellationTokenSource (const FiberCancellationTokenSource &)=delete
 
FiberCancellationTokenSourceoperator= (const FiberCancellationTokenSource &)=delete
 
void requestCancel ()
 
void reset ()
 
Result check () const
 
bool isCancellationRequested () const
 
FiberCancellationToken token () const
 

Friends

struct FiberCancellationToken
 
struct FiberScheduler
 

Detailed Description

Caller-owned cancellation source shared by one or more fiber tasks.


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