Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.