Stavro Xhardha (@suspendfunction) 's Twitter Profile
Stavro Xhardha

@suspendfunction

Android Engineer by day, Android Pentester by night.
Security tweets at @apksherlock

ID: 1039956822038376449

linkhttps://dispatchersdotplayground.hashnode.dev/ calendar_today12-09-2018 19:20:02

7,7K Tweet

891 Takipçi

569 Takip Edilen

Stavro Xhardha (@suspendfunction) 's Twitter Profile Photo

Your #Kotlin reminder to use Durations instead of default milliseconds in coroutines delay(). 🔴delay(3000) 🟢delay(3.toDuration(DurationUnit.SECONDS))