Y
Hacker News
new
|
ask
|
show
|
jobs
by
roflc0ptic
740 days 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
1 comments
minitech
740 days 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.
link
roflc0ptic
738 days ago
Yeah the subject of my sentence was unclear. I was responding to the comment about IO in particular.
link