It'd be nice if individual property evaluations could be run concurrently, up to the number of threads. I know test frameworks allow for running entire tests in parallel but property tests in my experience tend to be few and expensive, and so there's value for small projects in speeding them up individually.
Is this compatible with the intended design of falsify? Would a PR that added an async (or similar?) dependency be welcome?
It'd be nice if individual property evaluations could be run concurrently, up to the number of threads. I know test frameworks allow for running entire tests in parallel but property tests in my experience tend to be few and expensive, and so there's value for small projects in speeding them up individually.
Is this compatible with the intended design of
falsify? Would a PR that added anasync(or similar?) dependency be welcome?