On this page
LibTmux.Server.WaitForAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Execution.cs
- WaitForAsync ( request : WaitForRequest , cancellationToken : CancellationToken ) Task
-
Waits on, signals, or locks a tmux channel.
Waiting blocks until something else signals the channel, so a call that waits does not return on its own.
- Parameters
-
-
request ( WaitForRequest ) – Which channel, and what to do with it.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
0 declared, 0 inherited