pub async fn serve_http<T>(port: u16, handler: T)where T: HttpHandler + EventHandler + Clone + Send + Sync + 'static,