|
|
|
|
|
by andreasley
997 days ago
|
|
Do you happen to have some links to information about the issues you mentioned? Swift async/await has worked excellently for me so far. The biggest issue is that most libraries aren't updated to use it (and sometimes couldn't be, because they require Custom Actor Executors, which weren't available until Swift 5.9). I found the following video helpful to better understand Swift async/await:
"Swift concurrency: Behind the scenes" https://developer.apple.com/videos/play/wwdc2021/10254 |
|