mirror of
https://github.com/wassname/ray.git
synced 2026-08-17 11:25:34 +08:00
* Implement metric interface * Address comment: made actor_handles a dict * Fix iteration * Lint * Mark lightweight actors as num_cpus=0 to prevent resource starvation * Be more explicit about the readiness condition * Make task_runner non-blocking * Lint