FutureKit is a lightweight implementation of Future&Promise pattern, inspired by John Sundell's article "Under the hood of Futures & Promises in Swift"
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")
Please feel free to open an issue, or contact me via email.
FF 👨🏻💻