Registry / utility / thread-safe

thread-safe

JSON →
library0.3.6rbrubygemsunverified

A collection of data structures and utilities to make thread-safe programming in Ruby easier.

gem install thread_safe
INSTALL
IMPORT
SIG · THREAD-SAFE
T
thread-safe
utilityrubyv0.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ThreadSafe
require 'thread_safe'

Create and use a thread-safe array

require 'thread_safe' array = ThreadSafe::Array.new array << 1 puts array[0]
Debug
Known issues
breakingDeprecated in favor of concurrent-ruby gem
fix
Use the concurrent-ruby gem instead
affects: >= 0.3.6
Upgrade
Version history
0.3.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
thread-safe — gem install thread-safe · libregistry