v3 is very nice, and it’s enabled me to stop using...
# coroutines
k
v3 is very nice, and it’s enabled me to stop using the future/await as the only tool i have. now i’m using pure suspend functions wherever possible, with future/await only appearing at the bounadries
🎉 2