This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Commit d4ffab9
authored
Fix potential
* Fix potential `get_wait` hang if queue only receives a list in `put_wait`
`get_wait` would never have its waiter woken up if a list were to be passed in an atomic `put_wait` with no subsequent calls of another type.
* Move fix to `put_wait` instead of `put`get_wait hang if queue only receives a list in `put_w… (#298)1 parent db0aa3b commit d4ffab9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| 446 | + | |
446 | 447 | | |
447 | 448 | | |
448 | 449 | | |
| |||
0 commit comments