Lines Matching refs:fut
122 def _unregister_wait_cb(self, fut): argument
196 def _unregister_wait_cb(self, fut): argument
212 super()._unregister_wait_cb(fut)
418 fut = self._loop.create_future()
419 fut.set_result(value)
420 return fut
605 fut = self._wait_for_handle(event, None, True)
608 fut._done_callback = done_callback
609 return fut
769 for address, (fut, ov, obj, callback) in list(self._cache.items()):
770 if fut.cancelled():
773 elif isinstance(fut, _WaitCancelFuture):
778 fut.cancel()
784 'future': fut,
786 if fut._source_traceback:
787 context['source_traceback'] = fut._source_traceback