LastExceed
08/30/2019, 12:35 PMsuspend
. is that a sign of bad code or is this normal? i've read somewhere that at least in C# "async everything" is pretty common but im not sure if that applies to kotlin as wellLeoColman
08/30/2019, 1:08 PMstreetsofboston
08/30/2019, 1:25 PMsuspend
. There's overhead related to making one suspend
. Do it only when needed.gildor
08/30/2019, 1:26 PMstreetsofboston
08/30/2019, 2:09 PMsuspend
.
🙂 :arrow: