Home
last modified time | relevance | path

Searched refs:ticker_future (Results 1 – 1 of 1) sorted by relevance

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dconnection.rs860 let ticker_future = async move { in new() localVariable
869 .spawn(move || crate::utils::block_on(ticker_future))?; in new()
872 tokio::task::spawn(ticker_future); in new()