gildorwang / RetryHelper

This is a generic helper to help try some action until the given condition is met. It now works seamlessly with C# async/await keywords for asynchronous operations, which is very common in a scenario that requires retry logic.
Apache License 2.0
28 stars 15 forks source link

Native support for dotnetcore 3.1 #9

Open paolobriones opened 4 years ago

jerviscui commented 1 year ago

You can try this Retry