Commit fbfba35
committed
correctly handle valid errors in syn join when starting children
the previous commit introduced registry error handling when (re)starting
children. However a child starting and then immediately terminating
without errors (which is a valid use case) would be treated as an error
fix the problem by handling the not_alive error reason in syn.join()1 parent 54ee2e9 commit fbfba35
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
947 | 950 | | |
948 | 951 | | |
949 | 952 | | |
| |||
954 | 957 | | |
955 | 958 | | |
956 | 959 | | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
957 | 963 | | |
958 | 964 | | |
959 | 965 | | |
| |||
1398 | 1404 | | |
1399 | 1405 | | |
1400 | 1406 | | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
1401 | 1411 | | |
1402 | 1412 | | |
1403 | 1413 | | |
| |||
0 commit comments