ccavnor / Combine-book

code from the book "Combine: Asynchronous Programming with Swift"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine-book

Code from the book "Combine: Asynchronous Programming with Swift", Mishali et. al. Fourth Edition.

This repository contains the example code and challanges from the book. I've taken the solutions provided by the book (in Swift Playground files) and reworked them into a Swift package. The book solutions are modified to work within Unit tests and include async and standard unit test assertions, along with expanded comments and explainations.

Provided for anyone that wants to follow along with the book and "play" with the code in a testable way. The solutions herein don't always follow the book-provided solutions verbatim, but the crux of the solutions should be apparent.

About

code from the book "Combine: Asynchronous Programming with Swift"

License:MIT License


Languages

Language:Swift 100.0%