mirror of
https://github.com/wassname/ray.git
synced 2026-07-27 11:26:41 +08:00
Refactor ID Serial 2: change all ID functions to CamelCase (#4896)
This commit is contained in:
@@ -394,7 +394,7 @@ class ObjectManager : public ObjectManagerInterface {
|
||||
/// This is used as the callback identifier in Pull for
|
||||
/// SubscribeObjectLocations. We only need one identifier because we never need to
|
||||
/// subscribe multiple times to the same object during Pull.
|
||||
UniqueID object_directory_pull_callback_id_ = UniqueID::from_random();
|
||||
UniqueID object_directory_pull_callback_id_ = UniqueID::FromRandom();
|
||||
|
||||
/// A set of active wait requests.
|
||||
std::unordered_map<UniqueID, WaitState> active_wait_requests_;
|
||||
|
||||
Reference in New Issue
Block a user