Searched refs:YieldType (Results 1 – 2 of 2) sorted by relevance
1813 ``Generator[YieldType, SendType, ReturnType]``. For example::1834 either ``Iterable[YieldType]`` or ``Iterator[YieldType]``::1885 ``AsyncGenerator[YieldType, SendType]``. For example::1906 either ``AsyncIterable[YieldType]`` or ``AsyncIterator[YieldType]``::
4019 void Nucleus::createCoroutine(Type *YieldType, const std::vector<Type *> &Params) in createCoroutine() argument4029 auto promiseTy = T(YieldType); in createCoroutine()