1. Tasking API
- Posted by Michael Nelson <mikestar13 at sbcglobal.net> Oct 04, 2005
- 441 views
I think the existing API with the addittions Rob has stated he is going to make are sufficient. We have the foundational operations task_create, task_schedule, task_yield, task_suspend, and task_kill. Rob will be providing routines to determine what tasks are active and account for pauses. These are the things that must have access to the scheduler's internal state and therefor must must be in the interpreter. Most everything else can be done in a tasking library.. -- Mike Nelson