Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 478 Bytes

File metadata and controls

5 lines (4 loc) · 478 Bytes

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

We explore ways to tie the lifetime of an effect to the lifetime of a view, making it possible to automatically cancel and tear down work when a view goes away. This unexpectedly helps us write even stronger tests for our features.