libtmux Reference MCP Search
On this page

ControlNotificationStream.Iterator

View as Markdown

Declared in
ControlNotificationStream
Package
libtmux-swift
Source
Sources/LibTmux/NotificationBroadcast.swift
struct ControlNotificationStream.Iterator : struct Iterator
struct [source]
struct [source]
struct ControlNotificationStream.Iterator

Iterates notifications with TmuxError as the failure type.

2 declared, 0 inherited

Members

  • next() method Default implementation of next() in terms of next(isolation:) , which is required to maintain backward compatibility with existing async iterators.
  • next(isolation:) method Default implementation of next(isolation:) in terms of next(), which is required to maintain backward compatibility with existing async iterators.
Esc

Type to search.