Some basic questions: We know that Node is blocking on cpu intensive tasks. If I use the async option, are the calculations run separately. That is does it allow the mode process to continue with its event loop. If the answer is yes, what happens when julia is busy with a previous calculation and a new one is passed to it?
Thanks so much for creating this.