[−][src]Function glib::timeout_future_with_priority
pub fn timeout_future_with_priority(
priority: Priority,
value: u32
) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>
Create a Future
that will resolve after the given number of milliseconds.
The Future
must be spawned on an Executor
backed by a glib::MainContext
.