Skip to content

Commit

Permalink
Remove call to stop_request_notifier_thread
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 12, 2024
1 parent 4197f2c commit 7d40ffb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/ucxx/ucxx/_lib_async/notifier_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,3 @@ def _notifierThread(event_loop, worker, q):
# Clear all Python futures to ensure no references are held to the
# `ucxx::Worker` that will prevent destructors from running.
worker.clear_python_futures_pool()

worker.stop_request_notifier_thread()

0 comments on commit 7d40ffb

Please sign in to comment.