Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIP-55 - Concurrency with Higher-Order Coroutines #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 15, 2023

  1. Add SIP-55 Concurrency with Higher-Order Coroutines.

    A SIP for introducing coroutines to Scala using implicit parameters.
    We deal with usual coroutine problems such as colour-transparency
    and higher-order functions, as well as with concurrency problems.
    
    Co-authored-by: Diego E. Alonso Blas <diego.e.a@47deg.com>
    Co-authored-by: Jack C. Viers <jack.viers@47deg.com>
    Co-authored-by: Raul Raja Martinez <raul.raja@47deg.com>
    3 people committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f763c48 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Fix Typo - Name of the function in the map code example.

    Thanks to Bjorn Regnell @bjornregnell for pointing those out.
    diesalbla committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6364735 View commit details
    Browse the repository at this point in the history