* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd7ac9f3c9
commit
8bf9687e6c
@ -717,7 +717,7 @@ queue_do_push(VALUE self, VALUE obj)
|
|||||||
* ClosedQueueError is inherited from StopIteration, so that you can break loop block.
|
* ClosedQueueError is inherited from StopIteration, so that you can break loop block.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* q = Queue.new
|
* q = Queue.new
|
||||||
* Thread.new{
|
* Thread.new{
|
||||||
* while e = q.deq # wait for nil to break loop
|
* while e = q.deq # wait for nil to break loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user