NIOFileHandle

Deprecated. NIOFileHandle is a handle to an open file descriptor.

FileHandle.swift:149
final class NIOFileHandle

When creating a NIOFileHandle it takes ownership of the underlying file descriptor. When a NIOFileHandle is no longer needed you must close it or take back ownership of the file descriptor using takeDescriptorOwnership.