electron-process
electron-process copied to clipboard
Send blocking operations to a background process in electron
This no longer works with Electron greater than 1.0. Does it make sense to update this or are the IPC updates significant enough that it wouldn't make sense?
Stop dispatch events when remove a browserWindow. The browserWindow closed but it still send foregroundWindow responds.
Thank you for creating this tool :+1: I am doing some evaluations and was wondering what is the added benefit of this tool as compared to [forking a child process](https://nodejs.org/api/child_process.html)...
Hi @smith-kyle, thanks for this usefull project. Maybe I didn't notice how to do it but it would be great to allow to stop background task like we do in...
I am going to explain the problem by following demonstration: --------background module ``` const cpuIntensive = { doStuff(){ let temp = []; for(var x=0; x{ for(var x in data) console.log(...