kuroko-lang / kuroko

Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
https://kuroko-lang.github.io/
MIT License
431 stars 25 forks source link

`asyncio` module #6

Open klange opened 3 years ago

klange commented 3 years ago

Create a module implementing the interface from Python's asyncio: