Let the critical section of code complete its job.
使代码的关键部分完成其工作。
A critical section is a portion of code that is protected against multiple access.
一个临界段是一段不允许多路访问的受保护的代码。
A critical section is an object used to make sure, that some part of the code is executed only by one thread at a time.
临界区用来确保代码的某些部分同一时间只能由一个线程执行。
应用推荐