https://github.com/rcardin/virtual-threads-playground
Some experimentation using Java Virtual Threads
https://github.com/rcardin/virtual-threads-playground
concurrency java virtual-threads
Last synced: 11 months ago
JSON representation
Some experimentation using Java Virtual Threads
- Host: GitHub
- URL: https://github.com/rcardin/virtual-threads-playground
- Owner: rcardin
- License: mit
- Created: 2023-01-09T07:26:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T14:02:16.000Z (over 1 year ago)
- Last Synced: 2025-03-11T20:38:23.017Z (over 1 year ago)
- Topics: concurrency, java, virtual-threads
- Language: Java
- Homepage: https://blog.rockthejvm.com/ultimate-guide-to-java-virtual-threads/
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtual-threads-playground
The repository contains the code associated with the article [The Ultimate Guide to Java Virtual Threads](https://blog.rockthejvm.com/ultimate-guide-to-java-virtual-threads/), published on the RockTheJvm platform.