Searched refs:resilientExecution (Results 1 – 1 of 1) sorted by relevance
40 auto protect(const ResilientExecution& resilientExecution, const FnType& fn) in protect() argument41 -> decltype(fn(*resilientExecution.getExecution())) { in protect()42 auto execution = resilientExecution.getExecution(); in protect()51 auto maybeExecution = resilientExecution.recover(execution.get()); in protect()