Closed
Description
Currently, TaskExecutionAutoConfiguration
auto-configures a ThreadPoolTaskExecutor
built using TaskExecutorBuilder
. We should consider providing an option to auto-configure a SimpleAsyncTaskExecutor
that uses virtual threads instead. Following these changes in Framework, SimpleAsyncTaskExecutor
can be configured to use virtual threads by calling setVirtualThreads(true)
.