Currently the fuzzers only write and read using a single thread and do not control the background threads concurrency. It might be nice to use a tool like loom to properly cover possible concurrency issues.
It should also make the debugging of bugs like #124 easier (no more reproduction issues).
Currently the fuzzers only write and read using a single thread and do not control the background threads concurrency. It might be nice to use a tool like loom to properly cover possible concurrency issues.
It should also make the debugging of bugs like #124 easier (no more reproduction issues).