Searched refs:resilientBurst (Results 1 – 1 of 1) sorted by relevance
40 auto protect(const ResilientBurst& resilientBurst, const FnType& fn) in protect() argument41 -> decltype(fn(*resilientBurst.getBurst())) { in protect()42 auto burst = resilientBurst.getBurst(); in protect()51 auto maybeBurst = resilientBurst.recover(burst.get()); in protect()