회사 동료들과 이야기 나누다가 충동적으로 구매하고 말았습니다. 프로젝트에 실제로 사용할 수 있으려면 시간이 좀 더 필요하겠지만... 구매는 충동적으로 이루어졌는데 학습은 충동적으로 못한다면 우스운 일입니다.
https://store.raywenderlich.com/products/combine-asynchronous-programming-with-swift
The Combine framework provides a declarative approach for how your app processes events. Rather than potentially implementing multiple delegate callbacks or completion handler closures, you can create a single processing chain for a given event source. Each part of the chain is a Combine operator that performs a distinct action on the elements received from the previous step.
Combine. Ch 4. Filtering Operators (0) | 2020.08.23 |
---|---|
Combine. Ch 3. Transforming Operators (0) | 2020.08.17 |
Combine. Ch 2. Publishers & Subscribers (0) | 2020.05.06 |
댓글 영역