Discussions on Python.org
Making it simpler to gracefully exit threads
Ideas
hansgeunsmeyer
(Hans Geuns-Meyer)
September 18, 2023, 5:52pm
4
Yes, there is
concurrent.futures.Future.cancel()
.
show post in topic