This discussion may answer your 
question: https://groups.google.com/forum/#!topic/Golang-Nuts/shST-SDqIp4

Are you targeting a specific operating system?

Can you describe what you are trying to solve in more detail?

Matt

On Sunday, December 10, 2017 at 3:19:37 AM UTC-6, shockme wrote:
>
> yes, I know. Actually, what I readlly need is that the threads/processes 
> should be independent from the main thread, thus even when the main thread 
> exits or panics, the threads/processes are still running the FUNCTIONS 
> there.
>
> 在 2017年12月10日星期日 UTC+8下午4:29:27,Tamás Gulácsi写道:
>>
>> goroutines started with the "go" keyword are run on different OS threads. 
>> As go doesn't have GIL as CPython does, no need for multiprocessing. Though 
>> I use it for plugins, with hashicorp/go-plugin.
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to