Any suggestion of a scheduling library that works ...
# ktor
l
Any suggestion of a scheduling library that works nicely with Ktor?
1
a
Arrow Fx has a Schedule type, and integrates well with suspended functions as used in Ktor
l
I took a quick look in the documentation, it probably can be used as a scheduler but to be honest, I didn’t like how the implementation might looks like, and the DB lock mechanism needs to be implemented separately.