how to do DearPyGUI with multiprocessing? #2207
Unanswered
darwinharianto
asked this question in
Support
Replies: 1 comment
-
|
using pool = ThreadPool seems to work, but it reduces the processing speed significantly |
Beta Was this translation helpful? Give feedback.
0 replies
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 have a class that creates a pool for processing some data like this
how can I call this function from dearpygui?
when I called this function it causes a lot of window to be spawned and I need to close one of the window before it starts running the process.
Should I be using another way to parallel process this method?
Beta Was this translation helpful? Give feedback.
All reactions