pub type AsyncCallback = Arc<dyn Fn() -> BoxFuture<()> + Send + Sync>;
Control-lane async callback with no payload.
pub struct AsyncCallback { /* private fields */ }