Add failure tests to test_reference_counting (#7400)

This commit is contained in:
Edward Oakes
2020-03-17 10:30:21 -05:00
committed by GitHub
parent 7678418210
commit c1b0f9ccdf
10 changed files with 664 additions and 552 deletions
+2 -1
View File
@@ -533,7 +533,8 @@ cdef void async_plasma_callback(CObjectID object_id,
if event_handler is not None:
obj_id = ObjectID(object_id.Binary())
if data_size > 0 and obj_id:
# This must be asynchronous to allow objects to avoid blocking the IO thread.
# This must be asynchronous to allow objects to avoid blocking
# the IO thread.
event_handler._loop.call_soon_threadsafe(
event_handler._complete_future, obj_id)