1. We now do not span a new process when the number of workers is just one. This enables effective debugging for the code that is executed through mtasklite. In contrast, when a new process is started, setting debugger breakpoints and debugging that separate process works poorly (often not all).
2. We implemented a more robust mechanism for emergency exit through an additional control queue.