swift_combine
Installation
SKILL.md
Swift Combine
This skill covers Apple's Combine framework for reactive programming and handling asynchronous events.
Overview
Combine is a declarative Swift API for processing values over time. It provides a unified approach to handling asynchronous events, user interface updates, and data streams.
Available References
- Publishers & Subscribers - Core concepts and lifecycle
- Operators - Transforming, filtering, and combining streams
- Integration - Using Combine with UIKit, SwiftUI, and Foundation