Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Jul 6, 2020
1 parent 0f8289a commit 30df58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0105-combine-schedulers-pt2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

> #### This directory contains code from Point-Free Episode: [Combine Schedulers: Controlling Time](https://www.pointfree.co/episodes/ep105-combine-schedulers-controlling-time)
>
> We refactor our application’s code so that we can run it in production with a live dispatch queue for the scheduler, while allowing us to run it in tests with a test scheduler. If we do this naively we will find that generics infect many parts of our code, but luckily we can employ the technique of type erasure to make things much nicer.
> The Scheduler protocol of Combine is a powerful abstraction that unifies many ways of executing asynchronous work, and it can even control the flow of time through our code. Unfortunately Combine doesn’t give us this ability out of the box, so let’s build it from scratch.

0 comments on commit 30df58c

Please sign in to comment.