Task class is an implementation of mail driven thread, for it makes to use Thread and Mail classes in mbed-rtos library easier.
Dependents: mail_driven_task_example
It makes simple to implement asynchronous processing between threads. Task class is an implementation of mail driven thread, for it makes to use Thread and Mail classes in mbed-rtos library easier.
The example of the use of this library, please refer to the following program.
Import programmail_driven_task_example
Simple example of the use of mail_driven_task library
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:0c93bdf73d87 | 2014-12-25 | mzta | delete Logger#setLogStream() method. |
2:b12e4c1338db | 2014-12-25 | mzta | update api ducument comment. |
1:381a6f6263c7 | 2014-12-25 | mzta | add api document comment. |
0:0c5255720d77 | 2014-12-22 | mzta | Initial commit. |