mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
Performance fix (#2110)
This commit is contained in:
committed by
Robert Nishihara
parent
f795173b51
commit
eb078766d8
+1
-1
@@ -30,7 +30,7 @@ class TaskExecutionSpec {
|
||||
///
|
||||
/// @return A vector of object IDs representing this task's execution
|
||||
/// dependencies.
|
||||
std::vector<ObjectID> ExecutionDependencies() const;
|
||||
const std::vector<ObjectID> &ExecutionDependencies() const;
|
||||
|
||||
/// Set the task's execution dependencies.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user