[][src]Function extern_executor::spawn

pub fn spawn(future: impl Future + Send + 'static)

Spawn task

Create task for future and run it