ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
34.27k stars 5.82k forks source link

[C++ Worker] Support actor handle reference counting #28078

Open SongGuyang opened 2 years ago

SongGuyang commented 2 years ago

Description

The behavior should be similar to Java and Python https://github.com/ray-project/ray/pull/21249

Use case

No response

SongGuyang commented 2 years ago

@WangTaoTheTonic Can you take this issue? cc @kfstorm

WangTaoTheTonic commented 2 years ago

I'll try if it's not emergency.

fishbone commented 2 years ago

@wilsonwang371 this is good for your to understand how other languages are working on ray.

anyscalesam commented 5 months ago

@jjyao I'm pretty sure we have this at this point?