MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / exit

Method exit

Duration/src/DurationController.cpp:1789–1798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1787}
1788
1789void DurationController::exit(ofEventArgs& e){
1790 lock();
1791 timeline.removeFromThread();
1792 headers.clear();
1793 timeline.reset();
1794 unlock();
1795
1796 ofLogNotice("DurationController") << "waiting for thread on exit";
1797 waitForThread(true);
1798}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected