How to find which code runs on the global thread pool #1218
Replies: 1 comment 1 reply
-
Maybe in a debugger you could put a breakpoint here: rayon/rayon-core/src/registry.rs Line 164 in d179ea9 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a large codebase and I am trying to find which of the code relies on the global thread pool. Is there any reasonable way to do so? Maybe there is a way to disable it entirely?
Beta Was this translation helpful? Give feedback.
All reactions