Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haifengkao/resumablecombine
- Owner: haifengkao
- License: mit
- Created: 2020-09-11T14:03:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T04:12:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T11:16:18.635Z (about 2 months ago)
- Topics: combine, combine-framework, ios, reactive-programming, swift
- Language: Swift
- Homepage:
- Size: 474 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.