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 1 #746

Merged
merged 10 commits into from
Nov 18, 2024
Merged

Conversation

pditommaso
Copy link
Collaborator

This PR introduces the use of virtual threads for controllers

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 <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
@pditommaso pditommaso force-pushed the virtual-threads-phase1 branch from af97f6d to 47e6eb6 Compare November 18, 2024 06:05
VERSION Outdated Show resolved Hide resolved
@pditommaso pditommaso merged commit aaf0420 into master Nov 18, 2024
1 check passed
@pditommaso pditommaso deleted the virtual-threads-phase1 branch 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