Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haifengkao/resumablecombine

Handle backpressure in Swift Combine gracefully
https://github.com/haifengkao/resumablecombine

combine combine-framework ios reactive-programming swift

Last synced: about 1 month ago
JSON representation

Handle backpressure in Swift Combine gracefully

Awesome Lists containing this project

README

        

# ResumableCombine

[![CI Status](https://img.shields.io/travis/Hai Feng Kao/ResumableCombine.svg?style=flat)](https://travis-ci.org/Hai Feng Kao/ResumableCombine)
[![Version](https://img.shields.io/cocoapods/v/ResumableCombine.svg?style=flat)](https://cocoapods.org/pods/ResumableCombine)
[![License](https://img.shields.io/cocoapods/l/ResumableCombine.svg?style=flat)](https://cocoapods.org/pods/ResumableCombine)
[![Platform](https://img.shields.io/cocoapods/p/ResumableCombine.svg?style=flat)](https://cocoapods.org/pods/ResumableCombine)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

ResumableCombine is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'ResumableCombine'
```

## Author

Hai Feng Kao, [email protected]

## License

ResumableCombine is available under the MIT license. See the LICENSE file for more info.