KekLib.ThreadUtils# ファイル名: ThreadUtils.py Copyright (c) 2017-2023, SAXS Team, KEK-PF terminate_thread(thread)# Terminates a python thread from another thread. Parameters: thread – a threading.Thread instance