/non_block_task_scheduler

Provides a non blocking task scheduler

Primary LanguageJavaMozilla Public License 2.0MPL-2.0

Non_Block_Task_Scheduler

Provides a non-blocking task scheduler

For more overview and usage for this library please see MapsMessaging webSite

pom.xml setup

All MapsMessaging libraries are hosted on the maven central server.

Then include the dependency

     <!-- Non Blocking Task Queue module -->
    <dependency>
      <groupId>io.mapsmessaging</groupId>
      <artifactId>Non_Block_Task_Scheduler</artifactId>
      <version>2.1.4</version>
    </dependency>

SonarCloud