ray/cpp
qicosmos d1a27487a3
[C++ Worker] fix uninit ray runtime instance (#21125)
In some compiler, the static ray runtime in ray runtime holder maybe a new un-init instance in dynamic library, 
so we need to init ray time holder in dynamic library to make sure the new instance valid.
2021-12-21 12:07:59 +08:00
..
example [C++ API] Support object ref args (#19550) 2021-10-29 17:36:53 +08:00
include/ray [C++] Deprecated global named actor and global PGs. (#20468) 2021-11-18 23:21:59 +08:00
src/ray [C++ Worker] fix uninit ray runtime instance (#21125) 2021-12-21 12:07:59 +08:00
BUILD.bazel [C++ worker] set native library path for shared library search (#19376) 2021-10-18 16:03:49 +08:00