MCPcopy Create free account
hub / github.com/Tracktion/choc / TaskThread

Method TaskThread

choc/threading/choc_TaskThread.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100//==============================================================================
101
102inline TaskThread::TaskThread() = default;
103inline TaskThread::~TaskThread() { stop(); }
104
105inline void TaskThread::start (uint32_t repeatIntervalMillisecs, std::function<void()> f)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected