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?

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?