From: "ko1 (Koichi Sasada)" Date: 2013-10-01T17:56:29+09:00 Subject: [ruby-core:57538] [ruby-trunk - Feature #8919] Queue as embedded class Issue #8919 has been updated by ko1 (Koichi Sasada). Matz, how about it? (no compatibility issue, we have an implementation) ---------------------------------------- Feature #8919: Queue as embedded class https://bugs.ruby-lang.org/issues/8919#change-42152 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/