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 3380120 commit 5775609Copy full SHA for 5775609
README.md
@@ -101,7 +101,7 @@ Available libraries:
101
## 🕒 Execution Model
102
103
All Lua operations in `lua-state` are **synchronous** by design.
104
-The Lua VM runs in the same thread as JavaScript, providing predictable and fast execution.
+The Lua VM runs in the same thread as JavaScript, providing predictable and fast execution.
105
For asynchronous I/O, consider isolating Lua VMs in worker threads.
106
107
- `await` is **not required** and not supported - calls like `lua.eval()` block until completion
0 commit comments