Thread.join() 源码全面解析

先看文档 Waits at most millis milliseconds for this thread to die. A timeout of 0 means to wait forever. This implementation uses a loop of this.wait calls conditioned on this.isAlive. As a thread termina
相关文章
相关标签/搜索