libtmux Reference MCP Search
On this page

LibTmux.TmuxWaitMode

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/WaitForRequest.cs
enum LibTmux.TmuxWaitMode
enum [source]
enum [source]
enum LibTmux.TmuxWaitMode

What to do with a wait-for channel.

4 declared, 0 inherited

Members

  • Lock constant Take the channel's lock, blocking until it is free.
  • Signal constant Release everything waiting on the channel.
  • Unlock constant Release the channel's lock.
  • Wait constant Block until the channel is signalled.
Esc

Type to search.