Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

This directory contains code from Point-Free Episode: Async Composable Architecture: Schedulers

We can now run async work directly in a reducer鈥檚 effects, but time-based asynchrony, like Task.sleep, will wreak havoc in our tests. Let鈥檚 explore the problem in a new feature, and see how to recover the nice syntax of modern timing tools using a protocol from the past: Combine schedulers.