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

4.x: threading example #8576

Merged
merged 9 commits into from
Apr 3, 2024
Merged

Conversation

barchetta
Copy link
Member

Description

This PR adds an example that demonstrates two uses cases for application specific executor services:

  1. Using a virtual thread executor to execute multiple tasks in parallel.
  2. Using a platform thread executor to execute long-running CPU intensive operations.

Documentation

Adds an example with a README

@barchetta barchetta self-assigned this Mar 27, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 27, 2024
@barchetta barchetta added this to the 4.0.7 milestone Mar 28, 2024
@barchetta barchetta requested a review from danielkec April 2, 2024 21:50
@barchetta barchetta merged commit 98c45fe into helidon-io:main Apr 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x examples OCA Verified All contributors have signed the Oracle Contributor Agreement. webserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants