An exception occurred while running the sample
Opened this issue · 3 comments
Iggi128 commented
Iggi128 commented
stephanfr commented
I don't think you want to detach the threads - whatever was happening is
not going to be fixed by detaching the thread. What detach does is makes
the thread independent of the thread object that is retained.
Stephan
…On Fri, Jul 16, 2021 at 3:18 AM Iggi128 ***@***.***> wrote:
Hello, my question has been solved. I solved the problem by doing this.
[image: image]
<https://user-images.githubusercontent.com/22284851/125924447-59ec5f0e-2e70-4b31-82ce-b5a4b7d1160d.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALH6MYFW45P7JTEPDDAC33TX72PBANCNFSM5APCRPIA>
.
lgspirit commented
Hello,
I think detaching the threads is acceptable inside the destructor of the ThreadPool.
lgspirit