Rewrote the comments in the libraries under 'includes' in English (excluding those inside folders)
This commit is contained in:
@@ -9,11 +9,10 @@ from w32.win32sync import (
|
||||
)
|
||||
|
||||
|
||||
@t.Object
|
||||
class Condition:
|
||||
"""基于 Windows 条件变量的条件变量,内部包含 CRITICAL_SECTION。
|
||||
"""Windows condition variable backed primitive, internally bundled with CRITICAL_SECTION.
|
||||
|
||||
用法:
|
||||
Usage:
|
||||
cond: Condition = Condition()
|
||||
with cond:
|
||||
while not ready:
|
||||
|
||||
Reference in New Issue
Block a user