[ 源代码: ruby-thread-safe ]
软件包:ruby-thread-safe(0.3.6-1)
ruby-thread-safe 的相关链接
Debian 的资源:
下载源码包 ruby-thread-safe:
- [ruby-thread-safe_0.3.6-1.dsc]
- [ruby-thread-safe_0.3.6.orig.tar.gz]
- [ruby-thread-safe_0.3.6-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
thread-safe collections and utilities for Ruby
This Ruby library contains a collection of data structures providing thread-safe versions of arrays and hashes. These data structures lock against the objects themselves for every method call, ensuring only one thread can be reading or writing at a time.
These data structures as well as the utilities contained in this library make thread-safe programming in Ruby easier.
其他与 ruby-thread-safe 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-atomic
- atomic reference implementation for JRuby, Rubinius, and MRI