A promise library for JavaScript

If a function cannot return a value or throw an exception without blocking, it can return a promise instead. A promise is an object that represents the return value or the thrown exception that the function may eventually provide. A
Information
Category: JavaScript / Miscellaneous
Watchers: 408
Star: 15k
Fork: 1.3k
Last update: Dec 4, 2023