From c37c67cef8f9aef160b198db4b100d8343d0022f Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 1 Sep 2015 09:17:28 +0000 Subject: * thread_sync.c (queue_do_close): ignore multiple close to allow multiple producers. https://bugs.ruby-lang.org/issues/10600#note-14 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc0553b8d3..6858175be5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 1 18:16:32 2015 Koichi Sasada + + * thread_sync.c (queue_do_close): ignore multiple close to allow + multiple producers. + https://bugs.ruby-lang.org/issues/10600#note-14 + Tue Sep 1 18:06:26 2015 Koichi Sasada * thread_tools.c: rename thread_tools.c to thread_sync.c. -- cgit v1.2.3