You can only jump threads with Async. Defer is delayed on the start and once it does it's sync and blocking. Async is delayed on the start and the result, which is the minimal requirement to support wrapping coroutines and threading.
👍 1
k
kioba
11/17/2019, 11:39 PM
I will print this out, reminder just to never forget 😄 thanks!