completable-future
There are 46 repositories under completable-future topic.
foldright/cffu
🦝 Java CompletableFuture-Fu(CF-Fu, pronounced "Shifu"), a tiny sidekick library to make CompletableFuture usage more convenient, more efficient and safer in your application. 😋🚀🦺
zalando/faux-pas
A library that simplifies error handling for Functional Programming in Java
mtumilowicz/spring-boot-async
Exploring basic features of Async in Spring.
mpenet/eddy
Jetty11+ wrapper/adapter for clojure
abhinav-nath/java-multithreading-and-concurrency
All about Multi-threading and Concurrent programming in Java. Simple and easy to understand code examples for most of the Concurrent APIs provided by Java.
bogdansolga/java8-training
A training on the new features from Java 8
abhirockzz/javaee8-jaxrs-server-async-pipeline
Using CompletionStage support in JAX-RS 2.1 to build async pipeline
daggerok/spring-data-java8
Java 8 CompletableFuture, Stream API return types for spring-data repositories
dgroomes/java-concurrency-playground
📚 Learning and exploring concurrency in Java
documaster/promise
Java promises for async functionality
mduerig/vfuture
A VFuture is a handle to the result of an asynchronous computation. It captures the effects of latency and failure: it is completed once the computation finishes (either successfully or with a failure). The implementation uses virtual threads for producing the future's result.
mtumilowicz/java11-stream-composing-completable-future
Example of mixing stream with completable future using composition.
9-whiterose-9/Coin-Counter-Parallelization
Project for the Parallel and Concurrent Programming course 2023/2024
continuous1024/simple-rpc
最简单的RPC,使用接口进行RPC调用,使用Netty进行通信,使用JDK动态代理来实现客户端代理,使用CompletableFuture获取请求结果
Dingye888/Concurrent-Merge-Sort
Programing the merge join algorithm using Java Futures, Completable Futures and Fork join.
isopropylcyanide/async-metrics-codahale
Leverage Codahale metrics (or any Metric Registry for that matter) to provide metrics on methods that complete asynchronously.
kochlisGit/TMDB-Search-Engine
An implementation of an advanced movie search engine, using TMDB's data & Lucene's indexing. It is a desktop application, developed in Java
mtumilowicz/completable-future
Exploring CompletableFuture API.
mtumilowicz/java11-completable-future-timeout
Three approaches to timeouts when using CompletableFuture.
mtumilowicz/java11-stream-completablefuture-dedicated-executor
Implementation of dedicated executor for parallel processing of completable future tasks.
szagoret/csvparser
Java Swing Generic CSV Parser
wuxianInfi/java8-new-feature
java8新特性
yuriytkach/stream-43-demo-app-completablefuture
Demo application about YouTube stream #43 about CompletableFuture
Alex-Cultrera/Large-Dataset-Async-Fetch-And-Analysis
Project where I leveraged multi-threading and wrote asynchronous Java code to create a program that can efficiently fetch and analyze one million lines of data from a .txt file
MichalPula/JavaMultithreading
Project with examples covering threads, synchronization, locks, CompletableFuture, ExecutorService, Callable, Runnable and BlockingQueues
miladmofidi/Concurrency-And-Parallelism-In-Java
Concurrency And Parallelism Implementation Methods In Java
SaurabhPotdar/completable-future
Completable future reference
sudarshanphalke/krushi-services
This project targets the specific problem for farmers with the unavailability of the workers for agricultural work.
Zinaaan/java8-demo
java8-demo
da0hn/multithread-java-applications-course
Developing modern asynchronous multithreaded applications in Java (API included)
Eomaxl/parallel-asynchronous-thread
An application where I have covered concurrency & parallelism starting from threads to completableFuturemplete
MichalPula/SpringMultithreading
Real life example of parallel method execution with @Async and CompletableFuture
naut92/retry_connection
spring-boot app
ramesh-x90/Simple-SSE4J
SSE client library for java
tugayesilyurt/spring-async-completablefuture-join
Spring Boot - call more than 1 external service @Async and join them