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
History
delete Logger#setLogStream() method.
2014-12-25, by mzta [Thu, 25 Dec 2014 02:41:24 +0000] rev 3
delete Logger#setLogStream() method.
update api ducument comment.
2014-12-25, by mzta [Thu, 25 Dec 2014 02:32:12 +0000] rev 2
update api ducument comment.
add api document comment.
2014-12-25, by mzta [Thu, 25 Dec 2014 01:58:14 +0000] rev 1
add api document comment.
Initial commit.
2014-12-22, by mzta [Mon, 22 Dec 2014 01:06:33 +0000] rev 0
Initial commit.