Files
zesdex/src/app/bgbash/mod.rs
T

5 lines
159 B
Rust
Raw Normal View History

//! Background bash: run shell commands off the main thread, poll their
//! output non-blockingly, and terminate them on demand.
pub mod control;
pub mod job;