Join Slack
Powered by
hey guys ~ how to handle async error?? Is there a ...
# coroutines
k
koreatlwls
09/11/2023, 7:06 AM
hey guys ~ how to handle async error?? Is there a clean way?
제목 없음.kt
s
Sam
09/11/2023, 7:51 AM
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
koreatlwls
09/11/2023, 8:11 AM
Yes, after listening to you, I think it’s unnecessary async await. Thank you for your reply
👍 1
🐕 1
Open in Slack
Previous
Next