DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / compile / min_async.pyx
123456789101112
# mode: compile # tag: pep492, await # Need to include all utility code ! async def sleep(x): pass async def call(): await sleep(1) yield