Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 326 Bytes

ControlFlow.md

File metadata and controls

9 lines (5 loc) · 326 Bytes

ControlFlow

Home

ControlFlow contains:

  • MultiAttempt Action/Func - allows multipe attempts for a risky Action or Func<T> before an error rises.
  • Tryify - reduces the required boiler plate code to write TryXxx functions by approx. 61.5 %.