NewWriter
Simple struct for the return type of makeWriter(elementType:isWritable:delegate:)
.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
struct NewWriter
This struct contains two properties:
The
sink
which should be retained by the consumer and is used to set the writability.The
writer
which is the actualNIOAsyncWriter
and should be passed to the producer.