mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() Why are these changes needed? Add timeout(ms) param for Java ray.get. The API changes have been updated to doc ([Ray Core Walkthrough]->[Fetching Results]). eg: ObjectRef<Integer> objRef = Ray.put(1); objRef.get(1000) Ray.get(Ray.task(MyRayApp::slowFunction).remote(), 3000) Related issue number #20247 |
||
---|---|---|
.. | ||
src/main/java/io/ray/api | ||
pom_template.xml |