top | item 40556873

(no title)

roflc0ptic | 1 year 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

discuss

order

minitech|1 year ago

I/O is just one thing that can be described with a monad. `Option` with `and_then` as the parent suggested was another example.

roflc0ptic|1 year ago

Yeah the subject of my sentence was unclear. I was responding to the comment about IO in particular.