Communicative forking for Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril 20d29a5613
Started `sys/fork` module: Safe Rust wrappers around forking. Sets up message passing and error reporting/value returning from the child to the parent (TODO).
3 years ago
src Started `sys/fork` module: Safe Rust wrappers around forking. Sets up message passing and error reporting/value returning from the child to the parent (TODO). 3 years ago
.gitignore Initial commit 3 years ago
Cargo.toml Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

comfork - Communicative Forking

Creates privately owned pipes for communicating between parent and child processes through Rust streams.