I have built a shared lib in Go to replace an old thing we use to send email - mainly to modernise things and add TLS and authentication. We run each call to the entry point in it's own thread in the main program.
I am both curious but also concerned about what happens here with go runtimes. I presume each thread has it's own runtime, and on exit it is torn down, but I may be wrong and would like to know more. Thanks! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/444ba2f4-34eb-4105-b69a-646a7862f7ban%40googlegroups.com.