MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMCPGatewaySpawn.h
Go to the documentation of this file.
1#pragma once
2
3#include <chrono>
4#include <filesystem>
5#include <string>
6#include <vector>
7
8namespace MR::McpGateway
9{
10
14bool spawnDetached( const std::filesystem::path& exe, const std::vector<std::string>& args );
15
20bool spawnAndWait( const std::filesystem::path& exe, const std::vector<std::string>& args,
21 std::chrono::seconds timeout );
22
23}
Definition MRMCPGatewayBackend.h:10
bool spawnDetached(const std::filesystem::path &exe, const std::vector< std::string > &args)
bool spawnAndWait(const std::filesystem::path &exe, const std::vector< std::string > &args, std::chrono::seconds timeout)