Jun-15-2020, 05:47 AM
Hi everyone,
Is it possible to launch a python command without waiting for a return ? and therefore start the next command without waiting the previous one to finish ?
I searched and asked also on StackOverflow but so far I didn't found what I was looking for...
something that look promising might be the
But this example is focus on results that I don't need. any ideas ?
Thank you.
Is it possible to launch a python command without waiting for a return ? and therefore start the next command without waiting the previous one to finish ?
I searched and asked also on StackOverflow but so far I didn't found what I was looking for...
something that look promising might be the
concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutoras seen here -> https://stackoverflow.com/a/60832288/11943028
But this example is focus on results that I don't need. any ideas ?
Thank you.
![[Image: NfRQr9R.jpg]](https://i.imgur.com/NfRQr9R.jpg)