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 519ed18 commit cae2bffCopy full SHA for cae2bff
1 file changed
exercises/practice/parallel-letter-frequency/.docs/instructions.append.md
@@ -100,6 +100,13 @@ if (isMainThread) {
100
}
101
```
102
103
+<!-- prettier-ignore -->
104
+~~~@exercism/caution
105
+Currently it is not possible to implement parallelism using the online editor.
106
+
107
+Please implement `Worker threads` using Node.js locally and submit your solution via CLI!
108
+~~~
109
110
As a stretch goal, consider if your implementation can be adapted to make use of `Worker threads`.
111
112
---
0 commit comments