mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 08:40:02 +08:00
Code cleanup about python3 asyncio compat (#11134)
* cleanup python3 compat and others
This commit is contained in:
committed by
GitHub
parent
0dcfa9ed6c
commit
f0dba6bd2b
@@ -552,7 +552,7 @@ class FunctionActorManager:
|
||||
else:
|
||||
return method(actor, *args, **kwargs)
|
||||
|
||||
# Set method_name and method as attributes to the executor clusore
|
||||
# Set method_name and method as attributes to the executor closure
|
||||
# so we can make decision based on these attributes in task executor.
|
||||
# Precisely, asyncio support requires to know whether:
|
||||
# - the method is a ray internal method: starts with __ray
|
||||
|
||||
Reference in New Issue
Block a user