From: "ko1 (Koichi Sasada)" Date: 2013-09-18T18:19:07+09:00 Subject: [ruby-core:57256] [ruby-trunk - Feature #8919][Open] Queue as embedded class Issue #8919 has been reported by ko1 (Koichi Sasada). ---------------------------------------- Feature #8919: Queue as embedded class https://bugs.ruby-lang.org/issues/8919 Author: ko1 (Koichi Sasada) Status: Open Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: core Target version: current: 2.1.0 Queue class in lib/thread.rb (ext/thread/thread.c from Ruby 2.1) is easy and safe way to communicate between threads. How about to include Queue class as embedded class to elaborate using Queue? This proposal is not include ConditionVariable and SizedQueue. -- http://bugs.ruby-lang.org/