mpz icon indicating copy to clipboard operation
mpz copied to clipboard

Synchronize Rayon Max Threads with MT Executor

Open th4s opened this issue 6 months ago • 0 comments

In order to prevent deadlocks it is important that the number of parallel rayon threads is synchronized with the MT executor's number of threads.

One approach to do this would be to use local ThreadPools which are owned by MTContext. It is important that there is a way to inject different types of threadpools to support browser environments.

th4s avatar Aug 28 '24 11:08 th4s