Home
last modified time | relevance | path

Searched defs:coroutine (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-task.rst16 .. _coroutine: target
/external/python/cpython3/Lib/asyncio/
Dcoroutines.py104 def coroutine(func): function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coroutine.hpp27 namespace coroutine { namespace
/external/python/cpython3/Lib/
Dtypes.py237 def coroutine(func): function
Dinspect.py1661 def getcoroutinestate(coroutine): argument
1679 def getcoroutinelocals(coroutine): argument
D_collections_abc.py60 coroutine = type(_coro) variable
/external/python/cpython3/Lib/test/
Dtest_coroutines.py792 async def coroutine(): function
815 async def coroutine(): function
864 async def coroutine(): function
1134 async def coroutine(): function
Dtest_inspect.py1871 async def coroutine(): function