macro_rules! spawn {
($future:expr) => { ... };
($priority:expr, $future:expr) => { ... };
}
Expand description
Spawn a local future on the default GMainContext
.
A custom glib::Priority
can be set as the first argument.
macro_rules! spawn {
($future:expr) => { ... };
($priority:expr, $future:expr) => { ... };
}
Spawn a local future on the default GMainContext
.
A custom glib::Priority
can be set as the first argument.