libtmux Reference MCP Search
On this page

LibTmux.Server.OpenWaitChannel

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Execution.cs
OpenWaitChannel ( channel : string ) TmuxWaitChannel
method [source]
method [source]
OpenWaitChannel

Opens a wait on a channel that survives a timed attempt.

Prefer this to WaitForAsync whenever the wait has a deadline. Cancelling a waiting wait-for kills its client while tmux keeps the registration, and that registration eats the next signal.

Parameters
  • channel ( string ) – The channel to wait on.

Returns

The open wait, which must be disposed to withdraw it.

Discussed in Waiting and retrying

0 declared, 0 inherited

Esc

Type to search.