🦝 Java CompletableFuture-Fu(CF-Fu, pronounced "Shifu"), a tiny sidekick library to make CompletableFuture usage more convenient, more efficient and safer in your application. 😋🚀🦺
-
Updated
Nov 16, 2024 - Java
🦝 Java CompletableFuture-Fu(CF-Fu, pronounced "Shifu"), a tiny sidekick library to make CompletableFuture usage more convenient, more efficient and safer in your application. 😋🚀🦺
In this demo project I have simply implemented springboot circuitbreaker , calling external APIs through completableFuture in java and stores the data in ehcache
A lightweight, dependency-free utility library, laser-focused on improving the experience of working with Java's java.util.concurrent futures.
java completable-tuples for CompletableFuture
A Spring Boot-based food delivery management system demonstrating asynchronous task handling and concurrency with Java. This project showcases practical applications of multi-threading concepts such as Semaphore, ReentrantLock, and CompletableFuture.
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Detailed explanations and code examples of most of the new features introduced by Java 8.
BetterFuture is a thin wrapper around Java's CompletableFuture making it more consistent and easy to use.
This application developed using Spring Boot, Java, H2 Database, Spring Data JPA, Maven, Lombok. This project provides the details on the implementation of the Java8 feature Completable Future for asynchronous paradigm.
collapse executor 是一个高性能、低延迟的批量合并执行器,可有效支持高并发的热点请求,支持与Spring Boot集成,帮助开发者快速构建高性能的微服务,提高服务资源利用率的同时降低服务响应时间。涉及技术点包括CompletableFuture、Spring Boot、WebClient、Servlet Async等主流技术栈
Backport of Java 8/9 java.util.stream API to Java 6/7 and Android
This Spring Boot backend application uses Executor Service with Async and Completable Future to save bulk data into the MySQL database.
Multi-thread examples for some typical scenarios like alternate execution, sequential execution, deadlock, etc. via multiple ways
Instrumentation of the New Relic Java Agent for Java Executors
This repo has the code for parallel and asynchronous programming in Java
spring-boot-webcrawler-rest-demo-using-completable-futures
Split the collection parameter whose size exceeds the limit set by annotation. It is usually used when calling remote interfaces. Asynchronous is supported, e.g. CompletableFuture, Mono. 拆分大小超过注解设置限制的集合参数。通常在调用远程接口时使用。支持异步,例如 CompletableFuture、Mono。
A Code Kata using a cooking recipe to make an Indian curry, Paneer Tikka Masala (grilled and marinated cottage cheese in a tomato and cream gravy).
Add a description, image, and links to the completablefuture topic page so that developers can more easily learn about it.
To associate your repository with the completablefuture topic, visit your repo's landing page and select "manage topics."