SimpleAsyncTaskScheduler
should run fixed-delay tasks on scheduler thread
#31334
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Aligned with #23533,
SimpleAsyncTaskScheduler
should run fixed-delay tasks on its single scheduler thread, not on an independent (virtual) thread per task. Otherwise fixed-delay semantics would not apply, effectively making it equivalent to fixed-rate.The text was updated successfully, but these errors were encountered: