Files
wlan-cloud-lib-poco/Foundation/include/Poco/Task.h
Philippe RG 3ada2d9084 Add mechanism to start a task from within a task (#1287)
* Add mechanism to start a task from within a task

Staying in the same thread.

* Provide seeds for a task queue creation

TaskManager::taskFinished removes the finished task from the task list
before dispatching the taskFinished notification

* fixup! Add mechanism to start a task from within a task

* fixup! Add mechanism to start a task from within a task

* Add Task::yield

on the same model as Task::sleep
2017-11-13 10:02:49 -06:00

4.3 KiB