Skip to content

balkrishnarawool/SpringBootLoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Threads, Structured Concurrency and Scoped Values: Putting it all together

This is source code for my talk 'Virtual Threads, Structured Concurrency and Scoped Values: Putting it all together'. If you have any questions, comments or feedback, contact me at @balarawool.bsky.social

Description

This Maven project has two modules: abank and services

  • abank module is a spring-boot app that makes use of features of Project Loom: Virtual Threads, Structured Concurrency and Scoped Values.
  • services module is another a spring-boot app that contains external services used by abank module with some dummy responses.

Pre-requisites

This project requires JDK 25 (Project Loom early-access build). You can download Project Loom early-access builds from https://jdk.java.net/loom/

Also, make sure to set --enable-preview as VM argument while running these spring-boot apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages