Package-level declarations
Types
Link copied to clipboard
class RunWithChannelFd<R>(val fd: FileDescriptor, val block: (channel: Either<BadFileDescriptor, NioFileChannel>) -> Either<FileSystemOperationError, R>, val nonNioResourceFallback: () -> Either<FileSystemOperationError, R>)