pub fn queue_notify_and( call: impl Display, map: impl FnOnce(CmdResult) + Send + 'static, )
Like queue_and, but also notifies the Result
queue_and
Result