Threads in golang dll

Hi team
When a dll written in go language is unloaded, several threads are created by default.
How can I terminate all these threads inside a dll?

It is my understanding that you can’t, and that this is a kniwn issue: runtime: support dlclose with -buildmode=c-shared · Issue #11100 · golang/go · GitHub

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.