On this page
ControlNotificationStream.Iterator
- Declared in
- ControlNotificationStream
- Package
- libtmux-swift
- Source
- Sources/LibTmux/NotificationBroadcast.swift
- Bases:
Iterates notifications with
TmuxErroras the failure type.
2 declared, 0 inherited
Members
- next() method Default implementation of
next()in terms ofnext(isolation:), which is required to maintain backward compatibility with existing async iterators. - next(isolation:) method Default implementation of
next(isolation:)in terms ofnext(), which is required to maintain backward compatibility with existing async iterators.