Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ interrupt
Method
interrupt
Libraries/Async/Async.cpp:911–911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
909
{
910
SC_TRY_MSG(internal.initialized,
"already closed"
);
911
SC_TRY(internal.close(*this));
912
internal.initialized = false;
913
return SC::Result(true);
914
}
Callers
1
runExitsOnInterruptWithActiveWork
Method · 0.80
Calls
no outgoing calls
Tested by
1
runExitsOnInterruptWithActiveWork
Method · 0.64