Package io.vertx.up.uca.web.parallel
Class ThreadQueue
- java.lang.Object
-
- io.vertx.up.uca.web.parallel.ThreadQueue
-
public class ThreadQueue extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreadQueue(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(io.vertx.up.fn.Actuator runnable, String name)voidstartSync()
-
-
-
Method Detail
-
add
public void add(io.vertx.up.fn.Actuator runnable, String name)
-
startSync
public void startSync()
-
-