In the following threading code:
event = threading.Event() thread = threading.Thread(target=fn) thread.start() thread.j