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

Counter used to suspend fibers until a group of operations completes. More...

#include <Fibers.h>

Public Member Functions

 FiberCounter (const FiberCounter &)=delete
 
FiberCounteroperator= (const FiberCounter &)=delete
 
size_t value () const
 

Friends

struct FiberScheduler
 

Detailed Description

Counter used to suspend fibers until a group of operations completes.


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