Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Functional Programming – 36: Task and Asynchronous Side Effects

456 views on YouTube

Task is a structure that models asynchronous computations, similar to IO, and is designed to handle side effects in our code. In this video, we will look into the concept of Task and discover how its use can lead to unexpected benefits.

In this Video:
– review IO structure
– Task structure