engine.TmuxInvocationRequest
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- engine
- Package
- libtmux
- Source
- packages/libtmux/src/engine.ts
-
What an engine is asked to run: one ordered command list, and the daemon it must still be talking to.
tmux runs a command list until one fails and discards the rest, so the list is the unit of atomicity a caller gets. The daemon guard is what stops a raw tmux id being applied to whatever a restarted server reissued it to.
0 declared, 0 inherited