Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
IOThread::~IOThread()
25
{
26
shutdown();
27
}
28
29
void IOThread::shutdown() {
30
_abort = true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected