pub fn execute<'r, F>(_runtime: &'r Runtime, future: F) -> <F as Future>::Output
where F: Future<Output = ()> + Send, F::Output: Send,
Expand description

execute