Hi, i need to use threading, but i don't know how to gets a value returned by my function i would really appreciate your help
thread = threading.Thread(target=chess_engine.engine, args=(my_arguments))
thread.start()
thread.join()
temp = "value returned by chess_engine.engine"