Structs§
- Child
- Representation of a forked child process.
Functions§
- ensure_
single_ threaded - Ensures the current process is single-threaded.
- fork
- Fork the current process.
- fork_
join - Fork the current process, and execute the provided closure within child process, and wait for it to complete.
- fork_
spawn - Fork the current process, and execute the provided closure within child process.
- is_
single_ threaded - Check if the current process is single-threaded.