An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Promise

A simplistic implementation of `Promise`s in Swift.

I mainly took inspiration from the JavaScript Promises API.