Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果线程池中的线程正在等待获取锁,那么如果该线程未能获得该锁,那么 .Net 是否会安排该线程执行其他一些活动。??
不,线程保持在等待状态。线程池不会将其重用于其他任何事情。