Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfmcnally/wolfconcurrency
Swift tools and conveniences for concurrency, including Dispatch and an implementation of promises.
https://github.com/wolfmcnally/wolfconcurrency
Last synced: 10 days ago
JSON representation
Swift tools and conveniences for concurrency, including Dispatch and an implementation of promises.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolfconcurrency
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-19T15:28:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T00:39:19.000Z (about 5 years ago)
- Last Synced: 2024-12-22T20:05:53.607Z (14 days ago)
- Language: Swift
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfConcurrency
[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfConcurrency.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfConcurrency)
[![Version](https://img.shields.io/cocoapods/v/WolfConcurrency.svg?style=flat)](https://cocoapods.org/pods/WolfConcurrency)
[![License](https://img.shields.io/cocoapods/l/WolfConcurrency.svg?style=flat)](https://cocoapods.org/pods/WolfConcurrency)
[![Platform](https://img.shields.io/cocoapods/p/WolfConcurrency.svg?style=flat)](https://cocoapods.org/pods/WolfConcurrency)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Swift 4.2
## Installation
WolfConcurrency is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'WolfConcurrency'
```## Author
Wolf McNally, [email protected]
## License
WolfConcurrency is available under the MIT license. See the LICENSE file for more info.