Skip to content

Commit cae2bff

Browse files
committed
Parallel Letter Frequency: Requires Node.js / CLI
1 parent 519ed18 commit cae2bff

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

exercises/practice/parallel-letter-frequency/.docs/instructions.append.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ if (isMainThread) {
100100
}
101101
```
102102

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+
103110
As a stretch goal, consider if your implementation can be adapted to make use of `Worker threads`.
104111

105112
---

0 commit comments

Comments
 (0)