Mark3 Realtime Kernel
colist.h File Reference

CoRoutine List structure implementation. More...

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

Go to the source code of this file.

Classes

class  Mark3::CoList
 The CoList class The CoList class implements a circular-linked-listed structure for coroutine objects. The intent of this object is to maintain a list of active coroutine objects with a specific priority or state, to ensure that a freshly-schedulable co-routine always exists at the head of the list. More...
 

Namespaces

 Mark3
 

Detailed Description

CoRoutine List structure implementation.

Definition in file colist.h.