OpenMined/sycret

Improve the Rayon pool initialization

tholop opened this issue · 0 comments

When a thread pool is already initialized, Rayon uses it even if the user specified a different number of threads.

To fix it, we can implement the change discussed here: #32 (comment).