rxswift
https://github.com/reactivex/rxswift
Swift
Reactive Programming in Swift
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Swift not yet supported4 Subscribers
Add a CodeTriage badge to rxswift
Help out
- Issues
- Fix concurrent subscriptions to share without replay
- share(replay: 0) crashes with "Fatal error: oldState.disposable != nil" on concurrent first subscriptions (regression in 6.10.0)
- Classes such as BehaviorSubject are at risk of deadlock, and there are issues with how locks are used.
- Fix missing CFBundleShortVersionString
- Xcode 27 warning: 'v4' is deprecated: watchOS 9.0 is the oldest supported version
- Never call `dispose` and `subscribe` under lock in `Connection` and `ConnectionObservableAdapter`
- RefCount calls connect under its lock, and this cause the deadlock
- `RefCount` call `connect` without holding the lock
- Make `ZipCollectionTypeSink` not call out under lock
- MergeSink can deadlock
- Docs
- Swift not yet supported