Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::Server::over

C++
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++
  • Swift Unavailable

View as Markdown

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 >
methodstatic [source]
methodstatic [source]
over

A Server over a transport the caller supplies.

BackendKind::custom named 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

Esc

Type to search.