Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ terminate
Function
terminate
include/process/process.hpp:675–678 ·
view source on GitHub ↗
* @copydoc process::terminate */
Source
from the content-addressed store, hash-verified
673
* @copydoc process::terminate
674
*/
675
inline void terminate(const ProcessBase& process, bool inject)
676
{
677
terminate(process.self(), inject);
678
}
679
680
681
/**
Callers
15
loop
Function · 0.70
execute
Method · 0.70
async.hpp
File · 0.70
~Executor
Method · 0.70
stop
Method · 0.70
~Sequence
Method · 0.70
abandoned
Method · 0.70
discarded
Method · 0.70
waited
Method · 0.70
abandoned
Method · 0.70
discarded
Method · 0.70
waited
Method · 0.70
Calls
1
self
Method · 0.80
Tested by
no test coverage detected