Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jul 18, 2024
1 parent 9904fa7 commit 718fa92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This library offers the easiest way to run regular tasks. Just give it a functio

- [**Quick start**](#quick-start)
- [**Why?**](#why)
- [**Metronomes are disposable**](#metronomes-are-disposable)
- [**Logging**](#logging)
- [**Error escaping**](#error-escaping)
- [**Working with Cancellation Tokens**](#working-with-cancellation-tokens)
Expand Down Expand Up @@ -69,6 +70,8 @@ When we write programs, we also sometimes want some action to be performed regul

At the same time, it may be important to you that even if in some cases the function does not work well and raises exceptions, in general the metronome continues to work, and after a certain time it will try to call this function again, and will not break at the first exception. After all, it would be strange if your real metronome went silent when you made a mistake in the rhythm that you are tapping on the drum, right? You may also want the errors that have occurred not to be lost, but to be recorded in your log. This library also provides all these amenities.

## Metronomes are disposable


## Logging

Expand Down

0 comments on commit 718fa92

Please sign in to comment.