Hi, I am a newbie in coroutines, And I am trying t...
# coroutines
s
Hi, I am a newbie in coroutines, And I am trying to use
ScheduledExecutorService
with coroutines, and I am not getting anywhere. I have a scheduled task that does not return anything. So I somehow want to use
launch
with the
ScheduledExecutorService
. Can anyone please help
but if you want to schedule it, you'll have to handle it yourself
there's no such thing as a scheduled corountine
s
Alright. Thank you so much 🙂