Hi what is the suggested way to implement a schedu...
# ktor
j
Hi what is the suggested way to implement a schedule task in ktor ?
j
I don't think there's any ktor-specific scheduler, you can check this recent thread for scheduling jobs with coroutines in general: https://kotlinlang.slack.com/archives/C0B8RC352/p1611769856055400
j
tnx