Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

ControlNotificationStream.Iterator

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

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.

1 declared, 1 inherited

Members

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

Inherited members

Reached through AsyncIteratorProtocol.next(isolation:).

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

Type to search.