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 2c483ec commit 28c1b85Copy full SHA for 28c1b85
src/WorkerThreads.re
@@ -3,10 +3,8 @@
3
*
4
* Not sure if the functor approach is the best way to use this module. But it
5
* does allow us to "lock in" the data types we want to use across contexts.
6
- *
7
* There may be some other issues with this implementaiton due to a naive
8
- * understanding of how data is passed/shared, as well as how local thread contexts
9
- * work.
+ * understanding of how data is passed/shared.
10
11
* We should revisit this with concrete tests to determine the best design.
12
*/
0 commit comments