libtmux::Server::over
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- over ( executor : std::shared_ptr< const CommandExecutor > , options : ExecutorOptions = {} , observer : CommandObserver = {} , policy : ExecutionPolicy = {} ) expected< Server, CommandFailure >
-
A Server over a transport the caller supplies.
BackendKind::customnamed this possibility from the first release and nothing could reach it: the interface a backend had to satisfy lived in a header this package does not install, so the only transport a consumer could get was the one that launches a subprocess per command. An executor answers one command; the library keeps session routing, batching, attach preparation and the rest on its own side rather than making them a promise.
0 declared, 0 inherited