Skip to content
/ CombineX Public
forked from cx-org/CombineX

Open source implementation for Apple's Combine

License

Notifications You must be signed in to change notification settings

Sixt/CombineX

This branch is 3 commits ahead of, 75 commits behind cx-org/CombineX:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5359a3a · Feb 28, 2025
Jul 27, 2020
Jun 17, 2020
Nov 8, 2019
Jul 27, 2020
Jul 3, 2020
Nov 8, 2019
Nov 20, 2019
Jun 17, 2020
Jun 17, 2020
Nov 5, 2019
Nov 8, 2019
Jul 3, 2020
Jan 10, 2020
Jun 22, 2020
Jul 3, 2020
Jul 3, 2020
Feb 28, 2025
Nov 8, 2019

Repository files navigation

CombineX

Github CI Status Release Install Supported Platform Discord

简体中文

Open-source implementation of Apple's Combine for processing values over time.

Though CombineX have implemented all the Combine interface, the project is still in early development.

What is Combine

Customize handling of asynchronous events by combining event-processing operators. -- Apple

Combine is a Functional Reactive Programming (FRP) framework launched by Apple at WWDC 2019. It will definitely be the cornerstone of Swift programming in the foreseeable future.

Get Started

Requirements

  • Swift 5.0 (Xcode 10.2)

Installation

Swift Package Manager (Recommended)

package.dependencies += [
    .package(url: "https://github.com/cx-org/CombineX", from: "0.2.1"),
]

CocoaPods

pod 'CombineX', "~> 0.2.1"

Carthage

github "cx-org/CombineX" ~> 0.2.1

CXShim is only available with Swift Package Manager.

Related Projects

These libraries bring additional functionality to Combine. They are all Combine Compatible Package and you're free to switch underlying Combine implementation between CombineX and Apple's Combine.

  • CXCocoa: provides Combine extensions to Cocoa, such as KVO+Publisher, Method Interception, UIBinding, Delegate Proxy, etc.
  • CXExtensions: provides a collection of useful extensions for Combine, such as IgnoreError, DelayedAutoCancellable, etc.

License

CombineX is released under the MIT license. See LICENSE for details.

The following files are adapted from the Swift open source project:

About

Open source implementation for Apple's Combine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.8%
  • Other 0.2%