Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / compile / min_async.pyx
Size: Mime:
# mode: compile
# tag: pep492, await

# Need to include all utility code !

async def sleep(x):
    pass


async def call():
    await sleep(1)
    yield