在节点关闭期间发生的 SIGABRT 由于竞争引起
作者: akumansley创建于 2024年8月20日更新于 2024年8月20日
There is a fairly rare race where an async Rust function is running on a worker thread, and the main thread invokes process.exit(0). The minimal repro is here: https://GitHub.com/AndrewKumansley-at/neon-repro
内容来源: neon-bindings/neon