mlua-luau-scheduler 0.0.2

Luau-based async scheduler, using mlua and async-executor
Documentation
1
2
3
4
5
6
7
8
9
* text=auto

# Temporarily highlight luau as normal lua files
# until we get native linguist support for Luau
*.luau linguist-language=Lua

# Ensure all lua files use LF
*.lua  eol=lf
*.luau eol=lf