Task definitions. More...
#include <kanzi/platform/functional.hpp>#include <kanzi/platform/platform.hpp>#include <kanzi/platform/vector.hpp>#include <system/debug/kzs_error.h>Namespaces | |
| kanzi | |
Typedefs | |
| typedef function< void()> | kanzi::Task |
| Tasks are stateless functions. More... | |
| typedef vector< Task > | kanzi::TaskContainer |
| typedef TaskContainer::const_iterator | kanzi::TaskConstIterator |
Functions | |
| void | kanzi::taskWrapper (function< kzsError()> f) |
| Helper function for taskWrap(). More... | |
| template<typename F > | |
| Task | kanzi::taskWrap (F f) |
| Wrapper for turning functions returning kzsError into Tasks. More... | |
Task definitions.