The compiler is not picky right now, but these are actually all syntax errors: - await is only valid in an async function - async functions that use yield are actually async generators (a construct not supported by the compiler right now) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| core.py | ||
| event.py | ||
| funcs.py | ||
| lock.py | ||
| manifest.py | ||
| stream.py | ||
| task.py | ||