mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 09:29:05 +08:00
c0be9e6738
* Priority queue in direct actor transport by task number * Move LocalDependencyResolver out to separate file, share with direct actor transport * works * Test case for ordering * Cleanups * Remove priority queue * comment * Share ClientFactoryFn with direct actor transport * Unit test * fix