Module shadow_rs::host::descriptor::descriptor_table
source · Structs§
- A handle for a file descriptor.
- The handle is not valid.
- Map of file handles to file descriptors. Typically owned by a
Thread
.
Constants§
- POSIX requires fds to be assigned as
libc::c_int
, so we can’t allow any fds larger than this.