On this page
LibTmux.IControlModeSession.Events
- Module
- LibTmux
- Declared in
- IControlModeSession
- Package
- LibTmux
- Source
- src/LibTmux/ControlMode/IControlModeSession.cs
- Events : IAsyncEnumerable<TmuxEvent>
-
Reads what tmux reports for as long as the client runs.
The sequence completes after
TmuxExitEventon a normal exit and faults after buffered events when the control stream fails. It may be enumerated once; a second enumeration reads only what has not already been taken. A slow reader receivesTmuxEventsDroppedEventinstead of silently missing data when the bounded buffer overflows.
0 declared, 0 inherited