Script execution
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import multiprocessing as mp
|
||||
mp.set_start_method('spawn')
|
||||
mp.set_start_method('fork')
|
||||
|
||||
def f(name):
|
||||
print('hello', name)
|
||||
|
||||
Reference in New Issue
Block a user