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