|
TouchCPLib
1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
|
A task is an object that wraps the code to run on an thread. More...
#include <Task.h>
Public Member Functions | |
| Task (std::function< void(void)> runner) | |
| void | operator() () |
A task is an object that wraps the code to run on an thread.
|
inline |
|
inline |