Hacker News new | ask | show | jobs
by skybrian 2747 days ago
Wren and I'm guessing Lua have fibers that work similarly.
1 comments

Lua has fibers? I thought they settled on throwing coroutines over the fence, which is very much not the same thing even though you can sort of build fibers using them. I'm pretty sure Wren's fibers aren't integrated with the IO-layer, but I'd be happy to be wrong there.