Does anyone have an idea as to what happens if a function is called in the middle of its calculation?
Is there a way to ensure a previous call is completed first then the second call is executed?
What happens in case of hundreds of calls at the same time? How to regulate all these calls one by one without missing out a single one?
Thanks in advance.
Is there a way to ensure a previous call is completed first then the second call is executed?
What happens in case of hundreds of calls at the same time? How to regulate all these calls one by one without missing out a single one?
Thanks in advance.