aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-08-06 22:54:20 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-08-06 22:54:20 +0200
commit2615778348a16ac83b7afd9e86f08feda98da1df (patch)
tree23a4591f36582fe1df813b37d39728a21782af88 /README.md
parentcb1dea66c40d19262967558c59a335931d8e5e85 (diff)
downloadlua_async-2615778348a16ac83b7afd9e86f08feda98da1df.tar.xz
Port to Lua 5.3.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abaa7f2..b592877 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# lua_async
-This project aims to provide an API similar to the Node.js Event loop - for Lua, fully written in Lua itself. It works with Lua 5.1, but will be ported to work with 5.3.3 in the future.
+This project aims to provide an API similar to the Node.js Event loop - for Lua, fully written in Lua itself. It is tested with Lua 5.1 and Lua 5.3.3, but should probably work with any Lua 5.x.
Note that the goal is not to clone the Node Event loop exactly.
This is already fully usable, but some features are missing (Events, EventTargets, some Promise methods) and will be implemented in the near future.
It also provides a few useful extra methods as well as basic scheduling.