Skip to content Skip to sidebar Skip to footer
Showing posts with the label Node Ffi

Is It Safe To Pass A Javascript Callback To An Ffi Function Which Calls It In Another Thread?

I have a C function which takes a callback and invokes it on another thread: void call_in_new_threa… Read more Is It Safe To Pass A Javascript Callback To An Ffi Function Which Calls It In Another Thread?

How Can I Take A Window Screenshot In Node.js?

I'm in a research to find a way to take a screenshot of a window using Node.js, and I'm try… Read more How Can I Take A Window Screenshot In Node.js?