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

Method remove

choc/gui/choc_MessageLoop.h:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 void remove (Pimpl* p)
355 {
356 std::scoped_lock l (lock);
357 timers.erase (p);
358 }
359 };
360
361 static TimerList& getList()

Callers 1

~PimplMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected