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

Make Eio.Condition lock-free #397

Merged
merged 1 commit into from
Jan 3, 2023

Commits on Jan 3, 2023

  1. Lock-free Eio.Condition

    This makes Eio.Condition safe to use from a signal handler (or GC
    finalizer).
    
    The cells.ml abstraction should be useful for several other
    synchronisation primitives (see https://arxiv.org/pdf/2111.12682.pdf).
    talex5 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    033682f View commit details
    Browse the repository at this point in the history