coco4j.CompletableFutureHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coco4j Show documentation
Show all versions of coco4j Show documentation
Common concurrent API utils for Java
package coco4j;
import java.util.concurrent.CompletableFuture;
import lombok.Data;
@Data
public class CompletableFutureHolder {
private CompletableFuture completableFuture;
}