A lightweight, thread-safe implementation of JavaScript-style Promises for Python. This library enables cleaner asynchronous code with chainable then/catch callbacks, automatic error propagation, and proper thread synchronization. Simplify your concurrent Python code without callback hell.
promises async asynchronous python3 callback event-driven threading javascript-promise futures thread-safe call-now-make-later
- Updated
Mar 17, 2025 - Python