This is something that I found myself wanting for testing the concurrency-sensitive module Stdlib.Dynarray. The new function allows to get a more intensively parallel test without much additional effort, which helps to test for parallelism-related crashes.
This is something that I found myself wanting for testing the concurrency-sensitive module
Stdlib.Dynarray
. The new function allows to get a more intensively parallel test without much additional effort, which helps to test for parallelism-related crashes.