Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py89 g = asyncio.wrap_future(f)
367 f2 = asyncio.wrap_future(f1, loop=self.loop)
375 f2 = asyncio.wrap_future(f1)
385 f2 = asyncio.wrap_future(f1)
390 f2 = asyncio.wrap_future(f1, loop=self.loop)
398 f2 = asyncio.wrap_future(f1, loop=self.loop)
/external/python/cpython3/Lib/asyncio/
Dfutures.py424 def wrap_future(future, *, loop=None): function
Dbase_events.py637 return futures.wrap_future(executor.submit(func, *args), loop=self)