Lines Matching refs:fut
226 fut = asyncio.Future()
244 self.loop.call_soon_threadsafe(fut.set_exception, ex)
246 self.loop.call_soon_threadsafe(fut.set_result, None)
252 await fut
1074 fut = self._loop.create_task(self._loop.start_tls(
1079 tr = fut.result()
1084 fut.add_done_callback(cb)
1092 fut = asyncio.Future()
1137 self.loop.call_soon_threadsafe(fut.set_exception, ex)
1140 self.loop.call_soon_threadsafe(fut.set_result, None)
1146 await fut
1498 self.fut = asyncio.Future(loop=loop)
1501 self.fut.set_result(None)
1506 await pr.fut
1546 self.fut = asyncio.Future(loop=loop)
1563 self.fut.set_result(None)
1565 self.fut.set_exception(exc)
1572 await pr.fut