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 8008643bb4
`sys/fork`: Added moving arbitrary values into a stream, and moving them out of a stream again. This is for returning errors/return values from child process(es).
3 years ago
src `sys/fork`: Added moving arbitrary values into a stream, and moving them out of a stream again. This is for returning errors/return values from child process(es). 3 years ago
.gitignore Initial commit 3 years ago
Cargo.toml Initial commit 3 years ago
README.md Update README 3 years ago

README.md

comfork - Communicative Forking

Creates privately owned pipes for communicating between parent and child processes through Rust streams. Also allows for error reporting and value returning from a child process to its parent.