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

Introduce the Thread.Exit exception #10951

Merged
merged 4 commits into from
Jan 27, 2022
Merged

Commits on Jan 26, 2022

  1. Introduce the Thread.Exit exception

    This provides an alternative to Thread.exit for terminating the current
    thread.
    
    In 5.00, Thread.exit is deprecated, and raising Thread.Exit is the standard
    way to terminate threads prematurely.
    xavierleroy committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7d12a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab0017 View commit details
    Browse the repository at this point in the history
  3. Changes for ocaml#10951

    xavierleroy committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    f3a8cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a6c6f9 View commit details
    Browse the repository at this point in the history