MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / init

Function init

src/process.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 };
87
88 std::unique_ptr<platf::deinit_t> init() {
89 return std::make_unique<deinit_t>();
90 }
91
92 void terminate_process_group(boost::process::v1::child &proc, boost::process::v1::group &group, std::chrono::seconds exit_timeout) {
93 if (group.valid() && platf::process_group_running((std::uintptr_t) group.native_handle())) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected