start_looping

Function start_looping 

Source
pub async fn start_looping<L>(loop_updater: L) -> Result<(), Error>
where L: LoopUpdater + 'static,