File: add-async-actions-b249c527d99723bb.yaml

package info (click to toggle)
python-tenacity 9.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 700 kB
  • sloc: python: 3,179; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
---
features:
  - |
    Added the ability to use async functions for retries. This way, you can now use
    asyncio coroutines for retry strategy predicates.