-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a race condition in task processing
When determining if a task has completed, the threading event setup to indicate task completion and the tasks's thread status were checked in the wrong order, allowing for an erroneous failed task report. The occurance rate for this error was believed to be very infrequent. This patch should eliminate the race condition.
- Loading branch information
Showing
1 changed file
with
36 additions
and
7 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