9 ms·
(Tries to fight the urge to explain, fails) it’s a construct to sequence async interactions, one after the other, without blocking. It’s very similar to c# or p
by roflc0ptic 2y ago
(Tries to fight the urge to explain, fails) it’s a construct to sequence async interactions, one after the other, without blocking. It’s very similar to c# or python’s await
- minitech 2y agoI/O is just one thing that can be described with a monad. `Option` with `and_then` as the parent suggested was another example.
- roflc0ptic 2y agoYeah the subject of my sentence was unclear. I was responding to the comment about IO in particular.