An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with completablefuture

A curated list of projects in awesome lists tagged with completablefuture .

https://github.com/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. 😋🚀🦺

cffu completable-future completablefuture completablefuture-fu concurrency fu future java shifu sidekick tiny

Last synced: 30 Nov 2025

https://github.com/vsilaev/tascalate-concurrent

Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s

async async-programming asynchronous asynchronous-programming completablefuture completionstage concurrency concurrent concurrent-programming executor executorservice java java-library java11 java8 java9 promise promise-interface promise-library promises

Last synced: 07 Apr 2025

https://github.com/stefan-zobel/streamsupport

Backport of Java 8/9 java.util.stream API to Java 6/7 and Android

android completablefuture flow java10 java8 java9 jep-266 reactive-streams stream-api

Last synced: 05 Oct 2025

https://github.com/vjames19/kotlin-futures

A collections of extension functions to make the JVM Future, CompletableFuture, ListenableFuture API more functional and Kotlin like.

async completablefuture jvm-future kotlin library

Last synced: 19 Apr 2025

https://github.com/akarnokd/rxjavajdk8interop

RxJava 2/3 interop library for supporting Java 8 features such as Optional, Stream and CompletableFuture [discontinued]

completablefuture completionstage extensions java-streams reactive-streams rxjava stream

Last synced: 23 Jun 2025

https://github.com/retrostreams/android-retrofuture

Backport of Java 9 (JEP 266) CompletableFuture API for Android Studio 3.x D8 / desugar toolchain, forked from https://github.com/stefan-zobel/streamsupport

android completablefuture java8 java9 jep-266

Last synced: 05 Oct 2025

https://github.com/aliakh/demo-java-completablefuture

'Asynchronous programming in Java with CompletableFuture' article and source code.

completablefuture completionstage future promise

Last synced: 12 Apr 2025

https://github.com/mechero/completable-future-example

Example project comparing Java's CompletableFuture and Future implementations

completablefuture future java thepracticaldeveloper

Last synced: 30 Apr 2025

https://github.com/jabrena/latency-problems

A set asynchronous, non-blocking & parallelism problems to challenge your mind!

completablefuture coroutines euler flux future java kotlin latency loom mono rxjava2 wiremock zio

Last synced: 18 Mar 2025

https://github.com/pizihao/crow

实现多线程并行或串行处理的工具包

completablefuture java thread

Last synced: 26 Oct 2025

https://github.com/stefan-zobel/java9-concurrent-backport

Backport of Java 9 CompletableFuture, Flow and SubmissionPublisher API for Java 8

completablefuture flow java8 java9 jep-266 jep-269 reactive-streams

Last synced: 08 May 2025

https://github.com/figt/mesh

A library that allows you to 'mesh' together a series of tasks, whilst switching thread contexts.

api async badge completablefuture java library promise spigot spigot-api spigotmc switching-thread-contexts thread

Last synced: 07 May 2025

https://github.com/fengzhizi715/kcommand

kcommand 是基于 Kotlin 特性实现的执行 Linux/Windows 命令的库

completablefuture kotlin-coroutines rxjava2 rxjava3

Last synced: 21 Apr 2025

https://github.com/stefan-zobel/minifuture

A CompletableFuture backport reduced to the essentials

android completablefuture java-6 java-7 jep-266

Last synced: 08 May 2025

https://github.com/mtumilowicz/java11-stream-composing-completable-future

Example of mixing stream with completable future using composition.

completable-future completablefuture completablefuture-api composition stream

Last synced: 23 Feb 2025

https://github.com/retrostreams/android-cfuture21-hack

A hackish attempt to provide CompletableFuture on Android API level 21 to level 23 in conjunction with google/desugar_jdk_libs and Android Gradle Plugin 4.x

android completablefuture java8 java9 jep-266

Last synced: 14 Aug 2025

https://github.com/lndbrg/java-async-process

A small library that wraps process execution in completable futures.

completablefuture future futures java java-8 java-library java8 process

Last synced: 26 Mar 2025

https://github.com/daggerok/spring-data-java8

Java 8 CompletableFuture, Stream API return types for spring-data repositories

completable-future completablefuture spring-data-java8 spring-data-jpa stream stream-api streamable

Last synced: 13 Oct 2025

https://github.com/sandeepbegudem/executor-service-async-completable-future-spring-boot

This Spring Boot backend application uses Executor Service with Async and Completable Future to save bulk data into the MySQL database.

asynchronous completablefuture java

Last synced: 30 Jul 2025

https://github.com/mtumilowicz/java11-completable-future-timeout

Three approaches to timeouts when using CompletableFuture.

completable-future completablefuture completablefuture-api timeout

Last synced: 23 Feb 2025

https://github.com/sandeepbegudem/springboot-completablefuture-modelmapper

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.

asynchronous-programming completablefuture executorservice h2-database java lombok-maven maven model-mapper spring-boot springdata-jpa threadpoolexecutor

Last synced: 06 Sep 2025

https://github.com/chandrakanthrck/online_food_delivery_system

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.

completablefuture concurrency java multithreading mysql rest-api spring-boot

Last synced: 28 Feb 2025

https://github.com/codesmell/asynchrest

Playing with Spring Boot and asynch REST

asynch-rest completablefuture jersey spring-boot

Last synced: 18 Aug 2025

https://github.com/kh77/spring-completablefuture

How to use CompletableFuture in spring boot application

async completablefuture java spring-boot

Last synced: 31 Aug 2025

https://github.com/zinaaan/multi-threads

Multi-thread examples for some typical scenarios like alternate execution, sequential execution, deadlock, etc. via multiple ways

completablefuture java multithreading semaphore

Last synced: 27 Feb 2025

https://github.com/indranilmetiya/springboot-circuitbreaker-ehcache-asynccalls

In this demo project I have simply implemented springboot circuitbreaker , calling external APIs through completableFuture in java and stores the data in ehcache

async circuit-breaker completablefuture ehcache ehcache-configuration springboot

Last synced: 29 Mar 2025

https://github.com/ardwiinoo/springcsv-compare

⚡ Compare Populating DataBase Using CSV in Spring Boot with CompletableFuture

completablefuture java spring-boot

Last synced: 03 Sep 2025

https://github.com/robtimus/completion-stage

A port of Java's CompletionStage using promises

completablefuture completionstage javascript promise promises typescript

Last synced: 24 Apr 2025

https://github.com/nayoung238/banking-api

Async 트랜잭션 분리 및 CompletableFuture 기반 Open API 설계

async completablefuture idor-attack open-api

Last synced: 25 Mar 2025