On this page
control.ControlMode.send
- Module
- control
- Declared in
- ControlMode
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
- send ( self , command : Command ) Result<BlockResult, Error>
-
Send one command and wait for its result block.
Errors
Returns an error when the command cannot be written as a control-mode line, the connection has closed, or its deadline elapses while queued, being written, or awaiting a response. Cancellation has the same write boundary as
ControlSender::send.
0 declared, 0 inherited