Expand description
§process-fun-core
Core functionality for the process-fun library. This crate provides the fundamental types and functions needed to support out-of-process function execution.
This crate is not meant to be used directly - instead, use the process-fun crate
which provides a more ergonomic API.
Modules§
Structs§
- Wrapper for a process execution that allows awaiting or aborting the process
Enums§
- Errors that can occur during process-fun operations
Functions§
- Create a pipe for communication between parent and child processes
- Fork the current process and return ForkResult
- Read data from a pipe
- Read start time from pipe
- Write time to pipe
- Write data to a pipe and close it
Type Aliases§
- Type alias for function identifiers, represented as filesystem paths