Skip to content

Demo project to convert standart blocking sync calls to non-blocking async calls without major code changes

Notifications You must be signed in to change notification settings

bubalekh/async-rest-calls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-rest-calls

This demo project shows how to convert a series of a synchronous blocking REST calls to a group of parallel async calls with specified timeouts and customizable callbacks via CompletableFuture with virtual threads

About

Demo project to convert standart blocking sync calls to non-blocking async calls without major code changes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages