Searched defs:awaitable (Results 1 – 12 of 12) sorted by relevance
51 class awaitable class61 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable67 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable118 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
328 PyObject *awaitable = _PyCoro_GetAwaitableIter(obj->wrapped); in anextawaitable_getiter() local377 PyObject *awaitable = anextawaitable_getiter(obj); in anextawaitable_iternext() local395 PyObject *awaitable = anextawaitable_getiter(obj); in anextawaitable_proxy() local501 PyAnextAwaitable_New(PyObject *awaitable, PyObject *default_value) in PyAnextAwaitable_New()
220 void AsyncRuntime::Await(AsyncValue* awaitable) { in Await()
3 struct awaitable { struct
573 async def coro_wrapper(awaitable): argument
736 async def _wrap_awaitable(awaitable): argument
665 _Py_UopsSymbol *awaitable; variable
1731 PyObject *awaitable; in builtin_anext_impl() local
67 static PyObject *aiter, *awaitable, *iterable, *w, *exc_value, *bc, *locals; variable
2616 PyObject *awaitable; in TARGET() local3034 PyObject *awaitable; in TARGET() local
1034 PyObject *awaitable; variable
21 def awaitable(*, throw=False): function