Home
last modified time | relevance | path

Searched refs:wrap_future (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py93 g = asyncio.wrap_future(f)
480 f2 = asyncio.wrap_future(f1, loop=self.loop)
489 f2 = asyncio.wrap_future(f1)
499 asyncio.wrap_future(f1)
509 return asyncio.wrap_future(f1)
523 f2 = asyncio.wrap_future(f1)
530 f2 = asyncio.wrap_future(f1, loop=self.loop)
538 f2 = asyncio.wrap_future(f1, loop=self.loop)
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_rpc_part_2_test.py245 def wrap_future(future): function
266 wrap_future(inner_response_future))
D_rpc_test.py461 def wrap_future(future): function
482 wrap_future(inner_response_future))
/third_party/python/Lib/asyncio/
Dfutures.py404 def wrap_future(future, *, loop=None): function
Dbase_events.py812 return futures.wrap_future(
/third_party/python/Doc/library/
Dasyncio-future.rst68 .. function:: wrap_future(future, *, loop=None)
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1219 :func:`~asyncio.ensure_future`, :func:`~asyncio.wrap_future`,
/third_party/python/Doc/whatsnew/
D3.10.rst1696 :func:`~asyncio.wrap_future`, :func:`~asyncio.gather`,