This directory contains code from Point-Free Episode: Async Refreshable: Composable Architecture
The Composable Architecture does not yet support any of the fancy new concurrency features from WWDC this year, so is it possible to interact with async/await APIs like
.refreshable
? Not only is it possible, but it can be done without any changes to the core library.