tocuto / lua-asyncio

A Lua implementation of a basic Python's Asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua Asyncio

A Lua implementation of a basic Python's Asyncio

Thanks to Lautenschlager-id for letting me use his docgen.

About

Python's Asyncio is a library used to write concurrent code, and this library is a basic implementation of it.

Examples

You can check a basic example here and the full list of examples here. If you're gonna use it on Transformice, you can check this example.

Documentation

Click here to go to the documentation index.

About

A Lua implementation of a basic Python's Asyncio

License:MIT License


Languages

Language:Lua 100.0%