pub fn async_handler<F, Fut>(handler: F) -> UiEventHandlerwhere F: Fn(UiAsyncContext) -> Fut + Send + Sync + 'static, Fut: Future<Output = ()> + Send + 'static,