mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 17:01:57 +08:00
6 lines
107 B
Python
6 lines
107 B
Python
from ray.util import multiprocessing
|
|
|
|
|
|
class Pool(multiprocessing.Pool):
|
|
pass # moved to util package
|