spawn_future

Function spawn_future 

Source
pub fn spawn_future<F>(future: F)
where F: Future + Send + 'static, F::Output: Send + 'static,
👎Deprecated: use spawn_future from nym_task crate instead