pub type PendingResponsePoll = Box<dyn FnMut(&AppContext) -> Option<Response> + Send>;
pub struct PendingResponsePoll(/* private fields */);