fish-shell/fish-rust/src/fork_exec
ridiculousfish 555171cb55 Adopt Rust postfork code
This adopts the Rust postfork code, bridging it from C++ exec module.

We use direct function calls for the bridge, rather than cxx/autocxx, so that we
can be sure that no memory allocations or other shenanigans are happening.
2023-09-24 13:04:00 -07:00
..
flog_safe.rs Implement postfork code in Rust 2023-09-24 13:04:00 -07:00
mod.rs Implement postfork code in Rust 2023-09-24 13:04:00 -07:00
postfork.rs Adopt Rust postfork code 2023-09-24 13:04:00 -07:00
spawn.rs Implement postfork code in Rust 2023-09-24 13:04:00 -07:00