Searched refs:currentCmd (Results 1 – 1 of 1) sorted by relevance
112 bool ExceptionHandler(const DfsuException &e, std::unique_ptr<VirtualCmd<Ctx>> ¤tCmd) in ExceptionHandler() argument118 const CmdOptions &op = currentCmd->option_; in ExceptionHandler()127 … std::async(std::launch::async, &DfsuActor<Ctx>::DelayRetry, this, std::move(currentCmd))); in ExceptionHandler()132 Retry(std::move(currentCmd)); in ExceptionHandler()150 std::unique_ptr<VirtualCmd<Ctx>> currentCmd; in Main() local153 currentCmd = pendingCmds_.WaitAndPop(); in Main()154 (*currentCmd)(ctx_); in Main()155 currentCmd.release(); in Main()158 if (ExceptionHandler(e, currentCmd)) { in Main()