Searched defs:Coroutine (Results 1 – 5 of 5) sorted by relevance
115 class Coroutine<Return(Arguments...)> class156 Coroutine<Return(Arguments...)>::Coroutine() in Coroutine() function in rr::Coroutine
268 using Coroutine = std::unique_ptr<rr::Stream<SpirvShader::YieldResult>>; in run() typedef
122 class Coroutine(Awaitable): class
2073 Coroutine = _alias(collections.abc.Coroutine, 3) variable
127 func (e Effect) Coroutine() bool { return e&effectBitCoroutine != 0 } func