6 ms·
For those interested in the fibers way of doing things, I recommend checking out https://github.com/scriby/asyncblock https://github.com/scriby/asyncblock. It p
by scriby 14y ago
For those interested in the fibers way of doing things, I recommend checking out https://github.com/scriby/asyncblock https://github.com/scriby/asyncblock. It provides an easy-to-use abstraction to get the best of both worlds (straight-line code without blocking).
I don't think there really needs to be a fibers based ecosystem. Isn't it best if modules don't rely on fibers such that they can be reused in either context?