Eventloop module is the foundation of other modules that run their code inside event loops and threads. Provides efficient management of asynchronous operations without multithreading overhead.
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-eventloop</artifactId>
<version>3.2-SNAPSHOT</version>
</dependency>