Lines Matching refs:fut
128 def _unregister_wait_cb(self, fut):
202 def _unregister_wait_cb(self, fut):
218 super()._unregister_wait_cb(fut)
454 fut = self._loop.create_future()
455 fut.set_result(value)
456 return fut
615 fut = self._loop.create_future()
616 fut.set_result(None)
617 return fut
707 fut = self._wait_for_handle(event, None, True)
710 fut._done_callback = done_callback
711 return fut
873 for fut, ov, obj, callback in list(self._cache.values()):
874 if fut.cancelled():
877 elif isinstance(fut, _WaitCancelFuture):
882 fut.cancel()
888 'future': fut,
890 if fut._source_traceback:
891 context['source_traceback'] = fut._source_traceback