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