https://github.com/eclipse-vertx/vertx-virtual-threads
Vert.x Virtual Threads
https://github.com/eclipse-vertx/vertx-virtual-threads
async-await asyncawait concurrency java jvm loom vertx virtual-threads virtualthreads
Last synced: 6 months ago
JSON representation
Vert.x Virtual Threads
- Host: GitHub
- URL: https://github.com/eclipse-vertx/vertx-virtual-threads
- Owner: eclipse-vertx
- Created: 2023-10-16T12:35:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T07:34:34.000Z (over 2 years ago)
- Last Synced: 2025-08-03T20:49:33.362Z (7 months ago)
- Topics: async-await, asyncawait, concurrency, java, jvm, loom, vertx, virtual-threads, virtualthreads
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 19
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vert.x Virtual Threads
[](https://github.com/eclipse-vertx/vertx-virtual-threads/actions/workflows/ci-5.x.yml)
[](https://github.com/eclipse-vertx/vertx-virtual-threads/actions/workflows/ci-4.x.yml)
Use virtual threads to write Vert.x code that looks like it is synchronous.
- await Vert.x futures
- more meaningful stack traces
You still write the traditional Vert.x code with events, but you have the opportunity to write synchronous code for complex
workflows and use thread locals in such workflows.