NotDeadYetContributors / NotDeadYet

.NET application health checking made easy
72 stars 15 forks source link

async support #21

Open flakey-bit opened 6 years ago

flakey-bit commented 6 years ago

Seems like this library should allow the health-checks to offer an async implementation.

Failing that, what is the (current) recommended approach for a health check that needs to invoke async code?