Java 21 Virtual Thread and Structured Concurrency Udemy Course
-
Updated
Oct 7, 2024 - Java
Java 21 Virtual Thread and Structured Concurrency Udemy Course
Structured concurrency is a programming paradigm that emphasizes the use of scopes to manage the lifecycle of asynchronous tasks. When you launch a coroutine within a scope, it becomes a child of that scope, and when the scope is cancelled or completes, all of its child coroutines are cancelled as well.
A coding challenge for a native iOS app that allows users to view the top 100 albums in the US using the following API: https://rss.applemarketingtools.com
Package implementing concurrency primitive inspired by the blog post "Notes on Structured Concurrency; or Go statement considered harmful"
Experiments with JDK virtual thread
My own WC tool in Springboot. Leveraging StructuredConcurrency of Java 21 in Springboot 3.2. This tool computes various file metrics like byte count, Line count, word count and character count of a file.
Code for articles about structured concurrency in Go.
Add support for structured concurrency to Web3.swift.
A coding challenge designed to assess your ability to implement a simple, API-driven UI based on a given design specification.
An exploratory project for accelerating quantum systems simulation by performing approximate computations via artificial intelligence methods
Asynchronous caching and multiplexing layer for modern Swift client apps
On the path to understanding concurrency...
Simple C Linux application that can be used to detect sequences of edges on GPIO inputs
A minimalistic wrapper for google api services which implements some common intermediate-level functionality which may be useful for wide range of projects.
Looking at Java 21: Virtual Threads, Structured Concurrency and more
DoorDash coding assignment to consume the following API: https://jsonplaceholder.typicode.com/posts
A coding challenge for a native iOS app that allows users to browse coffee shops using the Yelp API.
Structured concurrency for external processes
Add a description, image, and links to the structured-concurrency topic page so that developers can more easily learn about it.
To associate your repository with the structured-concurrency topic, visit your repo's landing page and select "manage topics."