C/C++
cpptask.asc
Associated article: Cooperative Multitasking in C++
Tags: C/C++
_COOPERATIVE MULTITASKING IN C++_ by Marc Tarpenning [LISTING ONE] // File: TASK.H // Task object header -- Each task object contains its own stack, links to next // and previous task objects in the round robin, the saved stack pointer, and // debug ...


