eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k forks source link

Event executor provider SPI #5266

Closed vietj closed 1 month ago

vietj commented 1 month ago

An SPI to provide event executor provider for non vertx thread.

This gives the opportunity to framework and libraries integrating vertx clients to provide an event executor doing the callback on the worker pool of the library/framework so the framework does not need to do the piggy back.