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

Remove core.async go-routines from LPM flow #167

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. Remove core.async go-routines from LPM flow

    It is possible for the LPM flow to block, thus making it incompatible
    with the use of go-routines.  We re-tool LPM to use vthreads (when available)
    which should offer a similar resource consumption model as core.async but
    without the limitations of blocking.  Users on < JDK21 will gracefully degrade
    to a standard platform thread, which isn't great but its also more correct
    than leaving LPM using core.async incorrectly.
    
    Signed-off-by: Greg Haskins <greg@manetu.com>
    ghaskins committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    728fb28 View commit details
    Browse the repository at this point in the history