Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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.