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 old code for 'blocking: true' on Ruby before 2.0 #683

Merged
merged 1 commit into from Apr 12, 2019

Commits on Feb 21, 2019

  1. Remove old code for 'blocking: true' on Ruby before 2.0

    All supported ruby versions have rb_thread_call_without_gvl() and rb_thread_call_without_gvl(),
    so that we can finally get rid of the old code.
    
    This improves readability of Function.c a lot.
    larskanis committed Feb 21, 2019
    Copy the full SHA
    a87a7f9 View commit details
    Browse the repository at this point in the history