Commit a080691
committed
Fix conditional signal bug, fix overriding
1. Conditionally sending the signal doesn't take into consideration the
situation where only one side of a sender/receiver uses the blocking
call. In a mixed situation a blocking end can never get a signal from a
non-blocking end. So we need to send signals regardless of how the
proc was invoked.
2. Fixes "Overriding `=` hook is deprecated; Override `=copy` hook instead".= hook1 parent 2544b57 commit a080691
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
| 283 | + | |
285 | 284 | | |
286 | 285 | | |
287 | 286 | | |
| |||
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
323 | | - | |
324 | | - | |
| 322 | + | |
325 | 323 | | |
326 | 324 | | |
327 | 325 | | |
| |||
340 | 338 | | |
341 | 339 | | |
342 | 340 | | |
343 | | - | |
| 341 | + | |
344 | 342 | | |
345 | 343 | | |
346 | 344 | | |
| |||
0 commit comments