Script execution

This commit is contained in:
2022-08-23 14:49:49 +02:00
parent 5339cd1da5
commit 04efae374e

View File

@@ -1,5 +1,5 @@
import multiprocessing as mp
mp.set_start_method('spawn')
mp.set_start_method('fork')
def f(name):
print('hello', name)