|
|
|
|
|
by mjpa
4069 days ago
|
|
Is this another case of "here's the code I ran" when in fact they didn't? There should be 3 lines of output, not 6! Also, the code says it will print the time taken since the start of the program, which again doesn't go with the output and the conclusion being made! Anyway, how come the output isn't in order? |
|
The order of the output is dependent on when each call finished - they run in parallel, so it's not guaranteed that functions will end in the order they were invoked.