lannierose
Results
1
comments of
lannierose
Late to the party here, but I solved this problem using [sync-rpc](https://www.npmjs.com/package/rpc-sync) to put my asynchronous operations into a worker thread. It's like magic! The main thread sees synchronous operation...