Remote math evaluator written in Java Virtual Threads
-
Updated
Feb 13, 2023 - Java
Remote math evaluator written in Java Virtual Threads
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.
Quarkus demo application to compare controllers using platform threads, CompletableFuture, and virtual threads.
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.
from zero to project loom
🚛 Streamline secure logging with the KBS SDK, ensuring fast, reliable PII masking while minimizing system impact. Safeguard your data effortlessly.
A simple HTTP server written from scratch for educational purposes.
Chat using Java Virtual Threads from Java 19
Demo code showing how to use Java's scoped values
Simplify asynchronous programming in Java with Project Loom virtual threads and a familiar async/await style API
Spring demo application to compare controllers using CompletableFuture vs. virtual threads.
Demo code showing how to use Java's virtual threads.
'Concurrent programming in Java with virtual threads' article and source code.
A Java library to make code more virtual thread friendly
Add a description, image, and links to the project-loom topic page so that developers can more easily learn about it.
To associate your repository with the project-loom topic, visit your repo's landing page and select "manage topics."