Skip to content

Commit 41b1498

Browse files
authored
Update README.md
1 parent 8fbd378 commit 41b1498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AsyncGlobalEvalFunction
2-
A simple way to asynchronously defer the execution of javascript code stored as a string to prevent execution thread blockage. Example:
2+
A simple way to asynchronously defer the execution of javascript code stored as a string to prevent main thread blockage. Example:
33

44
```Javascript
55
AsyncGlobalEvalFunction("function(i){console.log('Hello World ', i)}", function(f){f(1); f(2); f(3)});

0 commit comments

Comments
 (0)