| 424 | return; |
| 425 | } |
| 426 | |
| 427 | // Just in case postInit() was never called |
| 428 | _initLock.leaveIfNotCompleted(); |
| 429 | |
| 430 | // Workers share this runtime's listener (see createWorker); detach them so a worker |
| 431 | // outliving this runtime does not keep a dangling reference. A worker task holding a |
no test coverage detected