Can I somehow use suspending functions with Sprin...
# spring
r
Can I somehow use suspending functions with Spring Quartz scheduler without
runBlocking {}
?
j
I would guess: No! Why not just use runBlocking? I guess you could use Global Scope.launch too