Contents

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.