From: shibata.hiroshi@... Date: 2014-08-12T03:47:25+00:00 Subject: [ruby-core:64326] [ruby-trunk - Feature #8919] [Assigned] Queue as embedded class Issue #8919 has been updated by Hiroshi SHIBATA. Status changed from Open to Assigned Assignee changed from Yukihiro Matsumoto to Koichi Sasada ---------------------------------------- Feature #8919: Queue as embedded class https://bugs.ruby-lang.org/issues/8919#change-48305 * Author: Koichi Sasada * Status: Assigned * Priority: Normal * Assignee: Koichi Sasada * 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. -- https://bugs.ruby-lang.org/