Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 744 Bytes

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.