Contents

init(fileHandleItem:)

Creates a message for a file handle connection acceptance.

Declaration

init(fileHandleItem: Result<FileHandle, POSIXError>)

Parameters

  • fileHandleItem:

    A result instance containing either the file handle representing the “near” end of a socket connection, or an error.