I have three questions:
1. Are verticles always executed on the same event loop in which they have been initialized?
2. Is there some round robin mechanism for picking up handlers from the pool of verticle instances independent of their event loop?
3. Does the following picture contain a mistake?
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have three questions:
1. Are verticles always executed on the same event loop in which they have been initialized?
2. Is there some round robin mechanism for picking up handlers from the pool of verticle instances independent of their event loop?
3. Does the following picture contain a mistake?