mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 17:10:58 +00:00
This fixes a race condition where the main thread would check if any internal errors happened and get back a 0 while a worker thread was still busy printing the internal error message before incrementing the counter. Fixes #320. My experiments show that this adds no perceptible delay to the script runtime (on Linux). More specifically, there already is an annoying perceptible delay of about 1 second, but it's not caused by this change. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| aggregator.py | ||
| checker.py | ||
| console.py | ||
| interrupt.py | ||
| logger.py | ||
| status.py | ||
| task.py | ||