GitHub / Apoll011 / Promise
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apoll011%2FPromise
PURL: pkg:github/Apoll011/Promise
Stars: 1
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 23.4 KB
Dependencies parsed at: Pending
Created at: about 1 year ago
Updated at: 6 months ago
Pushed at: 6 months ago
Last synced at: 6 months ago
Topics: async, asynchronous, call-now-make-later, callback, event-driven, futures, javascript-promise, promises, python3, thread-safe, threading