hey guys ~ how to handle async error?? Is there a ...
# coroutines
k
hey guys ~ how to handle async error?? Is there a clean way?
s
What's your goal in using
async
+
await
here? Launching a single async task only to await the result immediately is not likely to be useful.
1
k
Yes, after listening to you, I think it’s unnecessary async await. Thank you for your reply
👍 1
🐕 1