[][src]Function my_iot::core::services::spawn

fn spawn(
    service_id: &str,
    settings: &ServiceSettings,
    db: &Arc<Mutex<Connection>>,
    bus: &mut Bus
) -> Result<(), Error>

Spawn a service and return a vector of its message sender sides.