vert-x3 / vertx-virtual-threads-incubator

Vert.x virtual threads incubator
118 stars 9 forks source link

Completed futures should not park #8

Open doctorpangloss opened 1 year ago

doctorpangloss commented 1 year ago

Motivation:

Already completed futures should not park the thread. Currently, they do. This can improve performance.

This also resolves an ordering issue in the default event loop context.