This commit is contained in:
James R. Barlow
2023-08-11 01:47:42 -07:00
parent ab85c0f5a9
commit f4d89fe6cc
+1 -1
View File
@@ -12,7 +12,7 @@ worker communicates only with the main process.
This is not without drawbacks. If the tasks are not "even" in size, which cannot
be guaranteed, some workers may end up with too much work while others are idle.
It is less efficient than the standard implementation, so not th edefault.
It is less efficient than the standard implementation, so not the default.
"""
from __future__ import annotations