TaskManagerIO
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
 src
 
BasicInterruptAbstraction.h
 
ExecWithParameter.h
Provides convenience helper classes that allow for function callbacks with parameters
 
MockTaskManager.h
This file contains a version of task manager that is useful for dev & testing. None of the implementations in this file are designed for production use
 
SimpleSpinLock.h
 
TaskBlock.h
An internal class definition that is the representation of a task
 
TaskManager.h
 
TaskManagerIO.h
Task manager is a simple co-routine style implementation for Arduino which supports scheduling work to be done at a given time, repeating tasks, interrupt marshalling and events. It is generally thread safe such that code outside of task manager can add, remove and manage tasks even while task manager is running
 
TaskPlatformDeps.h
Platform specific configuration for task manager
 
TaskTypes.h
This class represents the core tasks that are added to task manager, and the TimerTask object itself
 
TmLongSchedule.h
Long schedule support for task manager