pub fn spawn(command: &mut Command) -> Result<PersistentChild>Expand description
Spawn a new PersistentChild, which can be reused in
future config reloads.
pub fn spawn(command: &mut Command) -> Result<PersistentChild>Spawn a new PersistentChild, which can be reused in
future config reloads.