Skip to content

Commit 9b109dd

Browse files
committed
add comment
1 parent 5dd9af6 commit 9b109dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/otaclient_common/retry_task_map.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def __init__(
7575
backoff_max: float = 1,
7676
) -> None:
7777
self._rtm_start_lock = threading.Lock()
78+
# NOTE: ThreadPoolExecutor itself also has a _shutdown_lock!
7879
self._rtm_shutdown_lock = threading.Lock()
7980
self._rtm_started = False
8081
self._total_task_num = 0

0 commit comments

Comments
 (0)