Function glib::timeout_future_seconds_with_priority[][src]

Important traits for Box<R>
pub fn timeout_future_seconds_with_priority(
    priority: Priority,
    value: u32
) -> Box<Future<Item = (), Error = Never> + Send>

Create a Future that will resolve after the given number of seconds.

The Future must be spawned on an Executor backed by a glib::MainContext.