CoCuCoH41k
✅ How to run code after completing all threads?
I have N threads runned in same time, and i need to optimize result of all treads into one object. And for that i need to run code AFTER completing threads. How can i do that?
For example: 3 images converting into json (some how) at same time using 3 threads. After that i need to merge all results into one object.
5 replies