This directory contains code from Point-Free Episode: Effectful State Management: Asynchronous Effects
It's time to finish our architecture's story for side effects. We've described synchronous effects and unidirectional effects, but we still haven't captured the complexity of async effects. Let's fix that with a final, functional refactor.