Hello,
Is there a way for me to know when a group of function calls are done running?
For example if I have a function MyFunc(), is there a way to know when all the calls are done (not each individual call), wither I call it 10 times, 20 times, 50 times etc.
Thanks
Is there a way for me to know when a group of function calls are done running?
For example if I have a function MyFunc(), is there a way to know when all the calls are done (not each individual call), wither I call it 10 times, 20 times, 50 times etc.
Thanks