2 "name": "FuturePromise",
4 "summary": "Port of Apple's SwiftNIO implementation of Futures and Promises, based on DispatchQueue instead of EventLoop.",
5 "description": "The goal of this project is to maintain an API-compatible port of SwiftNIO's Future and Promise implementation for use in iOS \n(and macOS) projects, until Swift gets a superior form of concurrency, i.e. coroutines, or async await.\n\nUntil then, SwiftNIO's implementation of Promises can be considered Apple's first and only santioned implementation of the \nwell-known concurrency pattern for Apple platforms.",
6 "homepage": "https://jarrroo.github.io/FuturePromise",
8 "type": "Apache License, Version 2.0",
12 "Alex Manarpies": "alex@jarroo.com"
14 "social_media_url": "http://twitter.com/jarrroo",
20 "git": "https://github.com/jarrroo/FuturePromise.git",
23 "source_files": "FuturePromise/Sources/**/*.swift"