On this page
LibTmux.Server.OpenWaitChannel
- 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