mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
![]() Allow you start actors in different namespace instead of the driver namespace. Usage is simple: ```java Ray.init(namespace="a"); /// Named actor a will starts in namespace `b` ActorHandle<A> a = Ray.actor(A::new).setName("myActor", "b").remote(); ``` Co-authored-by: Hao Chen <chenh1024@gmail.com> |
||
---|---|---|
.. | ||
src/main | ||
pom_template.xml |