jspahrsummers / RxSwift

Proof-of-concept for implementing Rx primitives in Swift

Home Page:https://github.com/ReactiveCocoa/ReactiveCocoa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxSwift

This is an attempt to build something like ReactiveCocoa in Swift, while also incorporating ideas from my talk, The Future of ReactiveCocoa. It’s just a proof-of-concept, and is not intended for production use.

This project has since been incorporated into a ReactiveCocoa pull request that will allow the two worlds to be bridged. Please follow that thread for production-readiness discussions.

This code is released under the MIT license.

About

Proof-of-concept for implementing Rx primitives in Swift

https://github.com/ReactiveCocoa/ReactiveCocoa

License:MIT License


Languages

Language:Swift 99.1%Language:C++ 0.9%