[ 原始碼: 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
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-atomic
- atomic reference implementation for JRuby, Rubinius, and MRI