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

Go API

Go documentation

tmux.Server.WaitFor

Go

View as Markdown

Module
tmux
Declared in
Server
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_exec.go
Other languages
PythonRuby Lua TypeScript Rust Java .NETC++Swift
WaitFor ( ctx : context.Context , request : WaitForRequest ) → error
method [source]
method [source]
WaitFor

WaitFor waits for, signals, locks, or unlocks a named tmux channel. It changes only that server-side channel state; cancellation can interrupt the client wait but cannot prove a preceding signal or lock did not take effect. See WaitForModeLock : abandoning a lock wait costs that channel one unlock.

Discussed in Pane interaction

In other ports Wait for, signal or lock a channel

0 declared, 0 inherited

Esc

Type to search.