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

LibTmux.Server.OpenWaitChannel

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

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.