Expand description
Encapsulates differences between OSs regarding the access to file handles / descriptors. This is useful when dealing with lower level stdin/stdout access.
In detail: On unix like OSs, file descriptors are used in this context. On windows OSs, file handles are used.
Even though they are distinct classes, they share common functionality.
Access to this common functionality is provided in OwnedFileDescriptorOrHandle.
Structsยง
- Owned
File Descriptor OrHandle - abstraction wrapper for native file handle / file descriptor