Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 760 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 760 Bytes

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