This repository was archived by the owner on Mar 15, 2022. It is now read-only.
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- # Threadsafe
1
+ # Threadsafe (Inactive, code moved to concurrent-ruby gem and repo.)
2
2
3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/thread_safe.svg )] ( http://badge.fury.io/rb/thread_safe ) [ ![ Build Status] ( https://travis-ci.org/ruby-concurrency/thread_safe.svg?branch=master )] ( https://travis-ci.org/ruby-concurrency/thread_safe ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/ruby-concurrency/thread_safe/master.svg )] ( https://coveralls.io/r/ruby-concurrency/thread_safe ) [ ![ Code Climate] ( https://codeclimate.com/github/ruby-concurrency/thread_safe.svg )] ( https://codeclimate.com/github/ruby-concurrency/thread_safe ) [ ![ Dependency Status] ( https://gemnasium.com/ruby-concurrency/thread_safe.svg )] ( https://gemnasium.com/ruby-concurrency/thread_safe ) [ ![ License] ( https://img.shields.io/badge/license-apache-green.svg )] ( http://opensource.org/licenses/MIT ) [ ![ Gitter chat] ( http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg )] ( https://gitter.im/ruby-concurrency/concurrent-ruby )
4
4
5
5
A collection of thread-safe versions of common core Ruby classes.
6
6
7
+ __ This code base is now part of the concurrent-ruby gem
8
+ at https://github.com/ruby-concurrency/concurrent-ruby .
9
+ The code in this repository is no longer maintained.__
10
+
7
11
## Installation
8
12
9
13
Add this line to your application's Gemfile:
You can’t perform that action at this time.
0 commit comments