Searched defs:add_done_callback (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/asyncio/ | ||
| D | futures.py | 220 def add_done_callback(self, fn, *, context=None): member in Future |
| /third_party/python/Lib/concurrent/futures/ | ||
| D | _base.py | 398 def add_done_callback(self, fn): member in Future |
| /third_party/python/Lib/test/test_asyncio/ | ||
| D | test_tasks.py | 1900 def add_done_callback(self, *args, **kwargs): member in BaseTaskTests.test_step_result_future.Fut |