MCPcopy 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 */
675inline void terminate(const ProcessBase& process, bool inject)
676{
677 terminate(process.self(), inject);
678}
679
680
681/**

Callers 15

loopFunction · 0.70
executeMethod · 0.70
async.hppFile · 0.70
~ExecutorMethod · 0.70
stopMethod · 0.70
~SequenceMethod · 0.70
abandonedMethod · 0.70
discardedMethod · 0.70
waitedMethod · 0.70
abandonedMethod · 0.70
discardedMethod · 0.70
waitedMethod · 0.70

Calls 1

selfMethod · 0.80

Tested by

no test coverage detected