Steven Riddle

Results 2 issues of Steven Riddle

This PR seeks to resolve an race condition issue while shutting down node with neon bindings. Due to the race, it is possible to call into JavaScript during shutdown while...

c++
node-api
needs-ci

I'm running into this issue when including a crate that is of crate_type `cdylib`, I get a `duplicate split compilation unit` error. Here is a minimal test case. `Cargo.toml` ```toml...