Enumeration Caseswift-nio 2.72.0NIOEmbedded
empty
The buffer is empty.
AsyncTestingChannel.swift:127- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
case empty
Other cases
case full(CircularBuffer<NIOAny>)
The buffer is non-empty.
The buffer is empty.
AsyncTestingChannel.swift:127case empty
case full(CircularBuffer<NIOAny>)
The buffer is non-empty.