标签: node.js electron
使用UI-thread时是否可以将Main-thread与Electron分开?
UI-thread
Main-thread
Electron
我目前正在使用child_process来将较重的代码与Main/UI-thread分开,但是UI仍然会停止工作,直到child_process的完成为止。
Main/UI-thread
UI
对此我该怎么办?还是我做错了一切?