On this page
server.ServerOptions.engine
- Module
- server
- Declared in
- ServerOptions
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/server.ts
- engine : : TmuxEngine
-
Run this server's commands somewhere other than a local
tmux.The built-in engine spawns a process per command; supplying one moves every layer above it — snapshots, queries, handles — to a tmux reached however you reach it. See
libtmux/enginefor what an engine owes its caller.Server.watchandServer.connectrefuse when an engine is present because their observer is a local tmux process.
0 declared, 0 inherited