pub fn spawn_local<F>(future: F)where F: Future<Output = ()> + 'static,
Runs a Rust Future on the current thread.
This function panics if the threshold of 64 concurrent futures is exceeded