aiopyramid
aiopyramid copied to clipboard
Support for await
Hello! It seems like the docs only reference yield from
, not the modern await
statement, which probably works (async def
functions return coroutines which are awaitable), but tests and docs updates would make this certain.