#include <coroutines.h>
Public Member Functions | |
CoroBaseContext (const char *func) | |
virtual | ~CoroBaseContext () |
Public Attributes | |
int | _line |
int | _sleep |
CoroBaseContext * | _subctx |
The core of any coroutine context which captures the 'state' of a coroutine. Private use only.
Common::CoroBaseContext::CoroBaseContext | ( | const char * | func | ) |
Create a coroutine context.
|
virtual |
Destructor for coroutine context.