from threading import Thread def foo(bar): print('hello {}'.format(bar)) return, Solution 3: In Python 3.2+, It fires off wrapped_f in a new thread and ...
確定! 回上一頁