Hacker News new | ask | show | jobs
by throwawaymaths 202 days ago
> suspend/resume

special @asyncSuspend and @asyncResume builtins, they will be the low level detail you can build an evented io with.

new Io is an abstraction over the higher level details that are common between sync, threaded, and evented, so you shouldn't expect the suspension mechanism to be in it.

1 comments

Oh really? That's perfect.