hutchig / vert.x

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

Prototype the Service Loadable Executor #2

Open hutchig opened 3 years ago

hutchig commented 3 years ago

From the development process

hutchig commented 3 years ago

Code Style For Eclipse: VertxEclipseFormat.xml.zip

hutchig commented 3 years ago

Test Coverage:

hutchig commented 3 years ago

Docs:

hutchig commented 3 years ago

Javadoc:

hutchig commented 3 years ago

PoolMetrics interface

hutchig commented 3 years ago

TaskQueue seperation

hutchig commented 3 years ago

SharedWorkerExecutor Can be used to set name, poolSize and Timout for an executor for worker tasks, is also Closable and Measured

hutchig commented 3 years ago

Why do they specify a LinkedTransferQueue for the default worker pool?