怎么理解线程TIMED_WAITING
出现TIMED_WATING状态线程,说明线程池参数一定程度上有些不合理
两种都是线程进入等待的状态,一种带超时时间,一种不带超时时间无限期等待
https://blog.csdn.net/shiluoxuan/article/details/125655236
https://blog.csdn.net/weixin_74199893/article/details/145874090
出现TIMED_WATING状态线程,说明线程池参数一定程度上有些不合理
两种都是线程进入等待的状态,一种带超时时间,一种不带超时时间无限期等待
https://blog.csdn.net/shiluoxuan/article/details/125655236
https://blog.csdn.net/weixin_74199893/article/details/145874090