Clone https://github.com/electron/e. and start the application. You will find that the system has started three processes. It is guessed that these three processes are the main process, the main process auxiliary process, and the rendering process.
Screenshot of the task manager is as follows:
requirements want to merge these electron processes. Is there any way to do that? Thank you