Y
Hacker News
new
|
ask
|
show
|
jobs
by
vkjv
3835 days ago
Since both node and Rust use libuv for parallelism. Is it possible to provide the node libuv pool to rust so that they share a single bound on parallel operations?
Also, can I use Neon for async callbacks?
1 comments
Matthias247
3835 days ago
Rusts std lib does not utilize any longer. It only used in in some pre 1.0 versions when green threads were still a thing.
link