Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 506 Bytes

File metadata and controls

5 lines (4 loc) · 506 Bytes

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.