Scala structured-concurrency

Open-source Scala projects categorized as structured-concurrency

Scala structured-concurrency Projects

structured-concurrency
  1. ox

    Safe direct-style streaming, concurrency and resiliency for Scala on the JVM (by softwaremill)

    Project mention: Why Algebraic Effects? | news.ycombinator.com | 2025-05-23

    Take the following requirement:

    "A user has made an API call. I want you to in parallel race two concurrent tasks: check if the data is in (1) cache and (2) database. Whichever returns fastest return to the user. Otherwise kill the other task and make sure the connection resources for both are cleaned up".

    I can easily do this with an effect systems like ZIO and have it work flawlessly. That's the benefit of effect systems.

    But now with JVM Virtual Threads there are frameworks like Ox: https://github.com/softwaremill/ox which allow you to achieve the same thing without effects.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Scala structured-concurrency discussion

Log in or Post with

Scala structured-concurrency related posts

Index

# Project Stars
1 ox 455

Sponsored
Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com

Did you know that Scala is
the 31st most popular programming language
based on number of references?