0raghvendrrao (Raghvendra Rao)
- Login: 0raghvendrrao
- Registered on: 04/07/2025
- Last sign in: 04/07/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/07/2025
-
11:17 AM Ruby Bug #21218 (Rejected): SizedQueue not stopping threads in push even when non_block: false
- Use this to recreate
``` ruby
3.1.4 :019 > sq.push(1, non_block: true)
=> #<Thread::SizedQueue:0x00007f39e759af60>
3.1.4 :020 > sq.push(1, non_block: true)
(irb):20:in `push': queue full (ThreadError)
3.1.4 :021 > sq.push(1, non_...