This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #27490: Address some review comments and other cleanup:
* Use os.wait() to block until completion of a worker process (any worker, or even some other arbitrary child process) rather than an arbitrary time.sleep loop * Abort the docbuild on error only if ABORT_ON_ERROR * Upon shutdown, terminate() each remaining worker first before join()ing them * Other minor code improvements and added more comments
- Loading branch information
Showing
1 changed file
with
38 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters