spawn

Function spawn 

pub async fn spawn(
    event_tx: EventSender,
    pid_dir: PathBuf,
    service_dirs: Vec<PathBuf>,
) -> Result<ServiceManagerHandle>
Expand description

Spawns a new service manager.

See the crate-level documentation for more information.