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 ffbd2b3 commit 966907eCopy full SHA for 966907e
README.md
@@ -20,7 +20,7 @@ npm i -S greenlet
20
21
Accepts an async function with, produces a copy of it that runs within a Web Worker.
22
23
-> ⚠️ **Caveat:** the function you pass should be _pure_, since they get executed in an isolated scope.
+> ⚠️ **Caveat:** the function you pass cannot rely on its surrounding scope, since it is executed in an isolated context.
24
25
```
26
greenlet(Function) -> Function
0 commit comments