diff options
author | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2021-08-06 19:14:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 19:14:45 +0200 |
commit | f6cc945b08e5a89492d92a88a7146da421e42819 (patch) | |
tree | 8301af3ec41a3b115bfbd0f1f866e0a5fe0be371 /README.md | |
download | lua_async-f6cc945b08e5a89492d92a88a7146da421e42819.tar.xz |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba49240 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# lua_async +Node.js Event Loop in Lua! |