(pull-parallel-into-sequential)
Return a shrink strategy that will move the first command from a parallel thread to be the last command in the sequential prefix. This may lead to further opportunities to shrink the sequential prefix.
Return a shrink strategy that will move the first command from a parallel thread to be the last command in the sequential prefix. This may lead to further opportunities to shrink the sequential prefix.
(remove-n-commands-from-parallel-threads n)
Return a shrink strategy that will remove n
commands from a
parallel thread, trying each thread in sequence.
Return a shrink strategy that will remove `n` commands from a parallel thread, trying each thread in sequence.
(remove-n-commands-from-sequential-prefix n)
Return a shrink strategy that will remove n
commands from the
sequential prefix.
Return a shrink strategy that will remove `n` commands from the sequential prefix.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close