https://github.com/averagehelper/promise
A simplistic implementation of Promises in Swift.
https://github.com/averagehelper/promise
Last synced: 8 months ago
JSON representation
A simplistic implementation of Promises in Swift.
- Host: GitHub
- URL: https://github.com/averagehelper/promise
- Owner: AverageHelper
- Created: 2020-04-06T02:52:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T02:53:36.000Z (about 6 years ago)
- Last Synced: 2025-02-15T14:53:54.514Z (over 1 year ago)
- Language: Swift
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Promise
A simplistic implementation of `Promise`s in Swift.
I mainly took inspiration from the JavaScript Promises API.