Quantcast
Channel: Combine: Asynchronous Programming with Swift - Kodeco Forums
Viewing all articles
Browse latest Browse all 30

Chapter 2: Hello Future

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 30

Trending Articles