Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 493 Bytes

File metadata and controls

5 lines (4 loc) · 493 Bytes

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

We introduce another helper to the Effect type that can use an asynchronous context to send multiple actions back into the system. By leveraging Swift’s structured concurrency we can create complex effects in a natural way, all without sacrificing testability.