We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b81f6 commit 597612eCopy full SHA for 597612e
1 file changed
features/retry/retry.py
@@ -35,6 +35,7 @@ def test_retry_func():
35
36
# Decorator Method
37
38
+# TODO: multi-threading
39
def retry(func, times=0):
40
def retried(*args, **kwargs):
41
nonlocal times # closure
0 commit comments