|
arduino-audio-tools
|
Interface for a task that can be started and stopped. More...
#include <ITask.h>
Public Member Functions | |
| virtual | ~ITask ()=default |
| virtual bool | begin (std::function< void()> process)=0 |
| virtual void | end ()=0 |
Interface for a task that can be started and stopped.