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:
Robert Nishihara
2016-12-03 19:09:05 -08:00
committed by Philipp Moritz
parent 9a513363f9
commit 2a3e9267f8
11 changed files with 392 additions and 24 deletions
-1
View File
@@ -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,