AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Asinclet - A Great Way to Get Into Structure Concurrency
Using asinc let is a great way to get into the idea of structure concurrency. You no longer have these separate operations that are performing their work, and then you have to observe them using something like a closure. It gives us this super lightweight way to perform what used to be a really complicated set of operations using just a few lines of code. And i think that's really awesome.