From fa58e719d5fb5515e00f765f79fe920e4cb996fe Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Fri, 6 Aug 2021 23:19:34 +0200 Subject: Add Event and EventTarget --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b592877..6d50e5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lua_async 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. +This is already fully usable, but some features are missing (especially some Promise methods) and will be implemented in the near future. It also provides a few useful extra methods as well as basic scheduling. ## Current features -- cgit v1.2.3