conquerant icon indicating copy to clipboard operation
conquerant copied to clipboard

Add JDK 19 Virtual Thread preview support

Open fr33m0nk opened this issue 3 years ago • 0 comments

I am using Conquerant in one of applications and am upgrading the entire application suite to JDK 19. I have decided to use JDK Virtual thread preview in a low impact application which is using Conquerant. While specifying custom Executor works, I have raised a PR to use Virtual threads by default if available. In case, Virtual threads are not available, it falls back to using regular platform threads

Feel free to suggest improvements :)

fr33m0nk avatar Dec 22 '22 05:12 fr33m0nk