init(dataItem:)
Creates a message that indicates a file handle read data.
Declaration
init(dataItem: Result<Data, POSIXError>)Parameters
- dataItem:
A result instance that contains either the data read or an error.
Creates a message that indicates a file handle read data.
init(dataItem: Result<Data, POSIXError>)A result instance that contains either the data read or an error.