Table of Contents

Vert.x - Event-loop

About

This page is about th event loop in Vertx.

Vert.x calls handlers by using a thread known as an event loop.

Implementation

The event loop is created with a Vertx object.