Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.45 KB

FutureKit

Swift Package Manager Contact Me

FutureKit is a lightweight implementation of Future&Promise pattern, inspired by John Sundell's article "Under the hood of Futures & Promises in Swift"

Installation with Swift Package Manager

FutureKit can be used in either a Swift command line tool, or in an app for iOS, macOS, tvOS or Linux.

To install FutureKit, simply add a new dependency to your Package.swift file. For more information, please see the Swift Package Manager documentation.

.package(url: "https://github.com/fabioferrero/FutureKit", from: "0.1.0")

Any questions or feedback?

Please feel free to open an issue, or contact me via email.

FF 👨🏻‍💻