Module unix
Source - affinity
- Thread affinity support for Linux.
- pipe
- process
- Linux process launching support.
- pthread
- Pthread, a basic Linux pthread (pthread_t) wrapper to support send
and sync on musl.
- Errno
- A Linux error value.
- SyscallResult
- A helper trait to convert from a libc return value to a
Result<_, Errno>
. - TryAsErrno
- Trait for extracting a Unix error value from an error type.
- close_stdout
- Closes stdout, replacing it the null device.
- while_eintr
- Runs f() until it stop failing with EINTR (as indicated by errno).