Promise icon indicating copy to clipboard operation
Promise copied to clipboard

A Promise library for Swift, based partially on Javascript's A+ spec

Results 4 Promise issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Hi, I've been using your library, and it's been fantastic so far. However, recently I came across a use case where I needed something like [allSettled](https://github.com/tc39/proposal-promise-allSettled) from JavaScript. I came...

Hi @khanlou - first of all, thanks for all the effort putting this library together! I've come across a potential issue which seems like a race condition inside the library....