Skip to content
  • pohmelie's avatar
    py: add async/await/async for/async with syntax · 81ebba7e
    pohmelie authored
    They are sugar for marking function as generator, "yield from"
    and pep492 python "semantically equivalents" respectively.
    
    @dpgeorge was the original author of this patch, but @pohmelie made
    changes to implement `async for` and `async with`.
    81ebba7e