Searched refs:_get_loop (Results 1 – 6 of 6) sorted by relevance
105 fut = self._get_loop().create_future()210 fut = self._get_loop().create_future()266 fut = self._get_loop().create_future()402 fut = self._get_loop().create_future()
12 def _get_loop(self): member in _LoopBoundMixin
298 def _get_loop(fut): function375 source_loop = _get_loop(source) if isfuture(source) else None376 dest_loop = _get_loop(destination) if isfuture(destination) else None
136 putter = self._get_loop().create_future()183 getter = self._get_loop().create_future()
68 if futures._get_loop(t) is loop and not t.done()}327 if futures._get_loop(result) is not self._loop:729 if loop is not None and loop is not futures._get_loop(coro_or_future):886 loop = futures._get_loop(fut)955 loop = futures._get_loop(inner)
188 futures._get_loop(fut).stop()