| 414 | |
| 415 | // Determine our seat index. |
| 416 | let own_member_index = |
| 417 | Worker::map_current(|worker| worker.member_index); |
| 418 | |
| 419 | // Wait for the other workers to fully halt. |
| 420 | for worker in terminating_workers { |
| 421 | // It's possible we may be trying to terminate ourselves, in |
| 422 | // which case we can skip the thread-join. |
nothing calls this directly
no outgoing calls
no test coverage detected