project-loom
Here are 21 public repositories matching this topic...
A Java library to make code more virtual thread friendly
-
Updated
Jul 22, 2024 - Java
An investigation and comparison between Kotlin and Java on an engineering level. Since beauty is in the eye of the beholder, this repository is not meant to evaluate Java or Kotlin on an aesthetic level.
-
Updated
Nov 4, 2024 - Kotlin
'Concurrent programming in Java with virtual threads' article and source code.
-
Updated
Feb 23, 2024 - Java
Demo code showing how to use Java's virtual threads.
-
Updated
Sep 17, 2023 - Java
Spring demo application to compare controllers using CompletableFuture vs. virtual threads.
-
Updated
Sep 17, 2023 - Java
Chat using Java Virtual Threads from Java 19
-
Updated
Jun 16, 2022 - Java
Demo code showing how to use Java's scoped values
-
Updated
Sep 19, 2023 - Java
Simplify asynchronous programming in Java with Project Loom virtual threads and a familiar async/await style API
-
Updated
Nov 3, 2024 - Java
-
Updated
Jul 31, 2020 - Java
College Assignment to create a Multithreaded Indexing API using virtual threads that has a menu driven UI . Submitted January 2023 for Advanced Object Orientated Programming Module.
-
Updated
Apr 27, 2023 - Java
Quarkus demo application to compare controllers using platform threads, CompletableFuture, and virtual threads.
-
Updated
Sep 17, 2023 - Java
from zero to project loom
-
Updated
Nov 6, 2022 - Java
Remote math evaluator written in Java Virtual Threads
-
Updated
Feb 13, 2023 - Java
A simple HTTP server written from scratch for educational purposes.
-
Updated
May 19, 2023 - Java
In Java, a thread is a lightweight sub-process, the smallest unit of processing. It is a separate path of execution. Threads are independent, if there occurs exception in one thread, it doesn't affect other threads. It shares a common memory area.
-
Updated
May 18, 2024 - Java
Improve this page
Add a description, image, and links to the project-loom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the project-loom topic, visit your repo's landing page and select "manage topics."