mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08:00
Non-blocking fetch implementation. (#83)
* Non-blocking fetch implementation. * Make fetch tests more robust to timing issues. * Bug fix when ignoring transferred objects. * Fix. * Documentation fixes.
This commit is contained in:
committed by
Philipp Moritz
parent
9a513363f9
commit
2a3e9267f8
@@ -290,7 +290,6 @@ void lookup_retry_done_callback(object_id object_id,
|
||||
void *context) {
|
||||
CHECK(context == (void *) lookup_retry_context);
|
||||
lookup_retry_succeeded = 1;
|
||||
free(manager_vector);
|
||||
}
|
||||
|
||||
void lookup_retry_fail_callback(unique_id id,
|
||||
|
||||
Reference in New Issue
Block a user