LibTmux.Server.OpenWaitChannel
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Execution.cs
- OpenWaitChannel ( channel : string ) TmuxWaitChannel
-
Opens a wait on a channel that survives a timed attempt.
Prefer this to
WaitForAsyncwhenever the wait has a deadline. Cancelling a waitingwait-forkills 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