We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f8fc3 commit 47801d7Copy full SHA for 47801d7
README.md
@@ -1,7 +1,11 @@
1
-# [Neovim Async Tutorial (lua)](https://ms-jpq.github.io/neovim-async-tutorial)
+# [Lua Async Await](https://ms-jpq.github.io/neovim-async-tutorial)
2
3
Async Await in [90 lines](https://github.com/ms-jpq/neovim-async-tutorial/blob/master/lua/async.lua) of code.
4
5
+Originally written for Neovim, because it uses the same `libuv` eventloop from NodeJS.
6
+
7
+**Works for any LUA code**
8
9
## Special Thanks
10
11
[svermeulen](https://github.com/svermeulen) for fixing [inability to return functions](https://github.com/ms-jpq/neovim-async-tutorial/issues/2).
0 commit comments