[−][src]Function my_iot::core::services::spawn_all
pub fn spawn_all(
settings: &Settings,
db: &Arc<Mutex<Connection>>,
bus: &mut Bus
) -> Result<(), Error>
Spawn all configured services.
Returns a vector of all service input message channels.
tx: output message channel that's used by services to send their messages to.