Instance Propertyswift-nio 2.72.0NIOEmbedded
isClean
true
if the NIOAsyncTestingChannel
was clean
on finish
, ie. there is no unconsumed inbound, outbound, or pending outbound data left on the Channel
.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
var isClean: Bool { get }
Other members in extension
Instance members
var hasLeftOvers: Bool
true
if theNIOAsyncTestingChannel
if there was unconsumed inbound, outbound, or pending outbound data left on theChannel
when it wasfinish
ed.