From: shibata.hiroshi@... Date: 2014-01-30T06:17:15+00:00 Subject: [ruby-core:60311] [ruby-trunk - Feature #8919] Queue as embedded class Issue #8919 has been updated by Hiroshi SHIBATA. Target version changed from 2.1.0 to current: 2.2.0 ---------------------------------------- Feature #8919: Queue as embedded class https://bugs.ruby-lang.org/issues/8919#change-44798 * Author: Koichi Sasada * Status: Open * Priority: Normal * Assignee: Yukihiro Matsumoto * Category: core * Target version: current: 2.2.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/