youtube image
From YouTube: Introduction to Async ADTs - Tom Wilson

Description

In this demo, we talk about the inside semantics of the Async ADT, how it wraps functions and passes the functions around as values to create a pure environment that does not invoke side effects until the fork method is called.

For more information about Async ADTs check out the companion blog post - https://blog.hyper.io/introduction-to-async-adt/