pub fn spawn<F>(fut: F)where F: Future<Output = ()> + Send + 'static,
Spawn a future on the Bubba async executor. This is the free function form used inside event handlers.