Go to file
Tyler Cloutier 821074970d
Update README.md
2017-11-26 15:30:39 -08:00
Sources/StreamKit Fixed cancelDisposable bug. 2017-11-20 22:27:59 -08:00
Tests/StreamKitTests Added PromiseKit and removed typed error to be more inline with Swift error handling philosphies. Also see: https://github.com/ReactiveX/RxSwift/issues/650 2017-11-20 16:42:21 -08:00
.gitignore Added xcodeproj to gitignore. 2017-11-19 15:55:27 -08:00
.travis.yml no message 2016-12-26 14:45:28 -03:00
LICENSE.md Create LICENSE.md 2016-06-05 16:14:29 -07:00
Package.resolved Added PromiseKit and removed typed error to be more inline with Swift error handling philosphies. Also see: https://github.com/ReactiveX/RxSwift/issues/650 2017-11-20 16:42:21 -08:00
Package.swift Added PromiseKit and removed typed error to be more inline with Swift error handling philosphies. Also see: https://github.com/ReactiveX/RxSwift/issues/650 2017-11-20 16:42:21 -08:00
README.md Update README.md 2017-11-26 15:30:39 -08:00

README.md

StreamKit

StreamKit is a very small and compact Functional Reactive Programming library which is used to implement the Edge event system.

It is inspired by ReactiveCocoa, but the API has been greatly reduced in scope and simplified. The StreamKit API is designed so that it can also be used as a simple callback system, much like Node.js Events. You don't need to be an FRP wizard to use it.