fileHandleItem
A result instance that contains either the file handle representing the “near” end of a socket connection, or an error.
Declaration
var fileHandleItem: Result<FileHandle, POSIXError>A result instance that contains either the file handle representing the “near” end of a socket connection, or an error.
var fileHandleItem: Result<FileHandle, POSIXError>