mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 22:29:46 +08:00
[api] Initial API deprecations for Ray 1.0 (#10325)
This commit is contained in:
@@ -18,10 +18,6 @@ logger = logging.getLogger(__name__)
|
||||
class ImportThread:
|
||||
"""A thread used to import exports from the driver or other workers.
|
||||
|
||||
Note: The driver also has an import thread, which is used only to import
|
||||
custom class definitions from calls to _register_custom_serializer that
|
||||
happen under the hood on workers.
|
||||
|
||||
Attributes:
|
||||
worker: the worker object in this process.
|
||||
mode: worker mode
|
||||
|
||||
Reference in New Issue
Block a user