We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbd378 commit 41b1498Copy full SHA for 41b1498
README.md
@@ -1,5 +1,5 @@
1
# AsyncGlobalEvalFunction
2
-A simple way to asynchronously defer the execution of javascript code stored as a string to prevent execution thread blockage. Example:
+A simple way to asynchronously defer the execution of javascript code stored as a string to prevent main thread blockage. Example:
3
4
```Javascript
5
AsyncGlobalEvalFunction("function(i){console.log('Hello World ', i)}", function(f){f(1); f(2); f(3)});
0 commit comments