Actions
Misc #13673
closedminor correction to Queue docs
Status:
Closed
Assignee:
Description
When Queue#closed? is true, using push/enq/<< will raise an exception. Not return nil.
Files
Actions
Like0
Like0
Added by djellemah (John Anderson) about 8 years ago. Updated about 8 years ago.
Description
When Queue#closed? is true, using push/enq/<< will raise an exception. Not return nil.
Files
queue-closed-push-exception.diff (432 Bytes) queue-closed-push-exception.diff | djellemah (John Anderson), 06/23/2017 09:48 AM |
Applied in changeset trunk|r59165.
thread_sync.c: fix documentation for Queue#close
When Queue#closed? is true, using push/enq/<< will raise an
exception, and not return nil.