Searched refs:maybeExecution (Results 1 – 1 of 1) sorted by relevance
51 auto maybeExecution = resilientExecution.recover(execution.get()); in protect() local52 if (!maybeExecution.has_value()) { in protect()53 const auto& [message, code] = maybeExecution.error(); in protect()59 execution = std::move(maybeExecution).value(); in protect()