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