In the “Hello Future” the output should be:
——— Example of: Future ———
Original
2
finished
Second 2
Second finished
However, I get this output:
——— Example of: Future ———
Original
Second 2
Second finished
2
finished
I’ve tried the code from the “Final.playground” as well and I see the same result. Do I do something wrong or is it okay to have the wrong order?
2 posts - 2 participants