[ ソース: 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