backon is a modern evolution of backoff — a zero-dependency Python library for retry with exponential backoff. It provides decorator, functional, and context manager APIs for both sync and async code.
This enables objects to respond uniquely to the same method call, especially when various classes share a method name but have differing implementations. Compile-Time Polymorphism: Determined before ...