Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Promise

Promise is an efficient replacement of default Java CompletionStage interface and resembles JavaScript Promise, representing partial and possibly asynchronous computations of a large one. DataKernel promises are faster and better optimized, with minimal overhead, memory consumption and Garbage Collector load.

You can add this module to your project by inserting the following dependency to pom.xml:

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>datakernel-promise</artifactId>
    <version>3.2-SNAPSHOT</version>
</dependency>

To find out more visit our site.