Async/Await in Java using JDK 19's Virtual Threads

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • java-async-await

    Async-Await support for Java

  • The implementation of the Coroutine class is doing something dodgy. As per the Condition docs, spurious wakeup is permitted to occur. The call to cond.await() doesn't double check that the stage actually completed -- the check needs to be in a loop. A Semaphore might be a safer choice instead.

  • monadic-reflection

  • General-purpose coroutines can be used for a wide variety of purposes besides Asyc/Await, such as actor frameworks, go-lang channels, generators, monadic reflection, etc.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts