pub fn spawn_local<F>(future: F) -> Task<F::Output>where F: Future + 'static, F::Output: 'static,
Spawns a task that is executed by the browser event loop.