mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 00:33:06 +08:00
[cpp worker] support cluster mode and object Put/Get works (#9682)
This commit is contained in:
@@ -33,6 +33,9 @@ class Ray {
|
||||
/// Initialize Ray runtime.
|
||||
static void Init();
|
||||
|
||||
/// Shutdown Ray runtime.
|
||||
static void Shutdown();
|
||||
|
||||
/// Store an object in the object store.
|
||||
///
|
||||
/// \param[in] obj The object which should be stored.
|
||||
|
||||
Reference in New Issue
Block a user