Skip to content

eclipse-vertx/vertx-virtual-threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.