Closed kevaundray closed 2 months ago
Breaking change
Instead of specifying the number of threads with a usize like 5, users can now specify it by doing ThreadCount::Multi(5)
5
ThreadCount::Multi(5)
Breaking change
Instead of specifying the number of threads with a usize like
5
, users can now specify it by doingThreadCount::Multi(5)