31#include <dspatch/Common.h>
32#include <dspatch/Component.h>
34#include <condition_variable>
66 void Resume( DSPatch::Component::TickMode mode );
75 DSPatch::Component::TickMode _mode = DSPatch::Component::TickMode::Series;
80 bool _gotResume =
false;
82 std::mutex _resumeMutex;
83 std::condition_variable _resumeCondt, _syncCondt;
Abstract base class for DSPatch components.
Thread class for asynchronously ticking a single circuit component.