MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / SyncthingProcessIOHandler

Method SyncthingProcessIOHandler

syncthingconnector/syncthingprocess.cpp:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366// terminate the process better by using a group.
367#ifdef LIB_SYNCTHING_CONNECTOR_BOOST_PROCESS
368SyncthingProcessIOHandler::SyncthingProcessIOHandler()
369 : ioc()
370 , guard(boost::asio::make_work_guard(ioc))
371 , t([this] { ioc.run(); })
372{
373}
374
375SyncthingProcessIOHandler::~SyncthingProcessIOHandler()
376{

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected