All Questions
1 question
0
votes
1
answer
844
views
Why can't I start an asynchronous task in a scheduled task using a virtual thread?
I am using Java 21 and Spring Boot 2.7.3. I used java.util.Timer to create a scheduled task, and then called the asynchronous method annotated with @Async annotation in this scheduled task. Then I ...