You can only jump threads with Async. Defer is del...
# arrow
p
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
I will print this out, reminder just to never forget 😄 thanks!