Skip to content

Commit

Permalink
https://github.com/litl/backoff/pull/150
Browse files Browse the repository at this point in the history
Fix to allow trio event loop sleep.
  • Loading branch information
Cynicjon committed May 21, 2024
1 parent ff45b77 commit 9d0ffbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backoff/_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def retry_exception(target, wait_gen, exception,
max_tries, max_time, jitter, giveup,
on_success, on_backoff, on_giveup, raise_on_giveup,
monotonic_time=None,
sleep=None,
wait_gen_kwargs):

@functools.wraps(target)
Expand Down

0 comments on commit 9d0ffbe

Please sign in to comment.