Join Slack
Powered by
There is a background demon thread which was imple...
# getting-started
s
Sanket Mehta
10/15/2019, 11:24 AM
There is a background demon thread which was implemented in Java using
Executors.newSingleThreadScehduledExecutor
with
scheduleWithFixedDelay
method. While writing similar one in Kotlin, does it makes sense to use
coroutines
or should we still use same executor classes?
Open in Slack
Previous
Next