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

Caller-owned execution agent for running ready fibers on the current OS thread. More...

#include <Fibers.h>

Public Member Functions

 FiberWorker (const FiberWorker &)=delete
 
FiberWorkeroperator= (const FiberWorker &)=delete
 
bool isActive () const
 
FiberSchedulerscheduler ()
 
const FiberSchedulerscheduler () const
 
FiberTaskrunningTask ()
 
const FiberTaskrunningTask () const
 

Friends

struct FiberWorkerPool
 
struct FiberScheduler
 

Detailed Description

Caller-owned execution agent for running ready fibers on the current OS thread.


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