/vertx-virtual-threads

Vert.x Virtual Threads

Primary LanguageJava

Vert.x Virtual Threads

Build Status (5.x) Build Status (4.x)

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.