This directory contains code from Point-Free Episode: Async Composable Architecture: Schedulers
We can now run async work directly in a reducer’s effects, but time-based asynchrony, like
Task.sleep
, will wreak havoc in our tests. Let’s 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.