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 use of Thread.exclusive when initializing library #128

Merged
merged 2 commits into from
Dec 30, 2015

Conversation

tarcieri
Copy link
Contributor

Thread.exclusive is deprecated in Ruby 2.3

We can hopefully rely on require to only run in a single thread at a time

Thread.exclusive is deprecated in Ruby 2.3

We can hopefully rely on require to only run in a single thread at a time
@tarcieri
Copy link
Contributor Author

cc @mariovisic re: #127

@mariovisic
Copy link

@tarcieri thanks for keeping me in the loop with the changes :)

tarcieri added a commit that referenced this pull request Dec 30, 2015
Remove use of Thread.exclusive when initializing library
@tarcieri tarcieri merged commit 616b38d into master Dec 30, 2015
@tarcieri tarcieri deleted the tarcieri/fix-ruby-2-3-warning branch December 30, 2015 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants