Mark3 Realtime Kernel
cosched.h File Reference

CoRoutine Scheduler implementation. More...

#include "mark3cfg.h"
#include "coroutine.h"
#include "colist.h"

Go to the source code of this file.

Classes

class  Mark3::CoScheduler
 The CoScheduler class. This class implements the coroutine scheduler. Similar to the Mark3 thread scheduler, the highest-priority active object is scheduled / returned for execution. If no active co-routines are available to be scheduled, then the scheduler returns nullptr. More...
 

Namespaces

 Mark3
 

Detailed Description

CoRoutine Scheduler implementation.

Definition in file cosched.h.