You must log in or register to comment.
Well, this one goes to my “save but never read” box.
You shouldn’t, it’s short and interesting
Yep it was good. I also read original JS version article too 😄
Interesting idea indeed. I’ve never used async yet, but I’m always surprised at how the problem space seems to be much more complicated than what it initially looks like.
The example FileDescriptorPollContext doesn’t really work. What if my runtime uses io-uring instead of polling? Those need very different interfaces to be sound. How do you abstract over that.