1 2 3 4 5 6 7 8 9 10
//! On-the-fly modification of the pipeline. pub mod handle; pub mod key; mod main_loop; pub mod matching; mod messages; pub mod request; pub use handle::{AnonymousControlHandle, PluginControlHandle}; pub(crate) use main_loop::PipelineControl;