Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T07:34:34.000Z (about 1 year ago)
- Last Synced: 2024-09-27T07:24:13.019Z (about 2 months ago)
- Topics: async-await, asyncawait, concurrency, java, jvm, loom, vertx, virtual-threads, virtualthreads
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 17
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vert.x Virtual Threads
[![Build Status (5.x)](https://github.com/eclipse-vertx/vertx-virtual-threads/actions/workflows/ci-5.x.yml/badge.svg)](https://github.com/eclipse-vertx/vertx-virtual-threads/actions/workflows/ci-5.x.yml)
[![Build Status (4.x)](https://github.com/eclipse-vertx/vertx-virtual-threads/actions/workflows/ci-4.x.yml/badge.svg)](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 tracesYou 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.