help icon indicating copy to clipboard operation
help copied to clipboard

How does node.js code interact with libUV?

Open dSalieri opened this issue 3 years ago • 0 comments

I've tried to find something about that how node.js interact with libUV. But I didn't find anything good for explanation.

Well, if we take for example node.js' stream and destroy it intentionally by stream.destroy() (destroy is a method of node.js library that belong to streams). So that method must destroy our stream, but it doesn't, take a look at the source of destroy's code. There is no something that could be destroy our stream. So how does node.js interconnect with libUV

@addaleax do you know something about that?

dSalieri avatar Oct 07 '22 08:10 dSalieri