Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
TaskManager Class Reference
TaskManager class manages a list of running or suspended tasks. More...
#include <TaskManager.h>
Public Member Functions | |
| TaskManager () | |
| Contructor. | |
| void | startTask (Task *_task) |
| Start a task. | |
Detailed Description
TaskManager class manages a list of running or suspended tasks.
Definition at line 14 of file TaskManager.h.
Constructor & Destructor Documentation
| TaskManager | ( | ) |
Contructor.
Definition at line 4 of file TaskManager.cpp.
Member Function Documentation
| void startTask | ( | Task * | _task ) |
Start a task.
- Parameters:
-
_task The task object to start
Definition at line 9 of file TaskManager.cpp.
Generated on Wed Jul 13 2022 20:54:05 by
1.7.2