ray-project--ray
6 行
107 B
Python
6 行
107 B
Python
from ray.util import multiprocessing
|
|
|
|
|
|
class Pool(multiprocessing.Pool):
|
|
pass # moved to util package
|