Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to virtual threads - phase 2 #742

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

pditommaso
Copy link
Collaborator

This PR migrate the remaining IO tasks executor to BLOCKING which use virtual threads behind the scene.

This commit introduces the use of BLOCKING tasks executors for controllers, PairingWebSocket and TowerConnector.

When running over Java 21 (and later) the blocking tasks executor use virtual thread pool to carry out the tasks execution.

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso changed the base branch from master to virtual-threads-phase1 November 17, 2024 20:27
Base automatically changed from virtual-threads-phase1 to master November 18, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant