MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / ~IOThread

Method ~IOThread

ASAP/IOThread.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24IOThread::~IOThread()
25{
26 shutdown();
27}
28
29void IOThread::shutdown() {
30 _abort = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected