libtmux Reference MCP Search
On this page

LibTmux.TmuxWaitChannel.WaitAsync

View as Markdown

Module
LibTmux
Declared in
TmuxWaitChannel
Package
LibTmux
Source
src/LibTmux/Waiting/TmuxWaitChannel.cs
WaitAsync ( budget : TimeSpan , cancellationToken : CancellationToken ) Task<bool>
methodasync [source]
methodasync [source]
WaitAsync

Waits for the signal, giving this attempt a budget.

Parameters
  • budget ( TimeSpan ) – How long this attempt may take.

  • cancellationToken ( CancellationToken ) – Abandons this attempt, not the waiter.

Returns

True when the channel was signalled, false when the budget ran out.

0 declared, 0 inherited

Esc

Type to search.