On this page
LibTmux.TmuxWaitChannel.WaitAsync
- Module
- LibTmux
- Declared in
- TmuxWaitChannel
- Package
- LibTmux
- Source
- src/LibTmux/Waiting/TmuxWaitChannel.cs
- WaitAsync ( budget : TimeSpan , cancellationToken : CancellationToken ) Task<bool>
-
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