Sorry, that made no sense, since the original message was not sent to the group. Here is the link:
-----Original Message-----
From: Robert Engels
Sent: Apr 3, 2019 12:36 PM
To: "Jason E. Aten"
Cc: golang-nuts
Subject: Re: [go-nuts] source for scheduler and gc?The issue I linked to goes pretty in-depth on the reasons.--Thanks Ian.--
On Wednesday, April 3, 2019 at 6:57:32 PM UTC+2, Ian Lance Taylor wrote:On Wed, Apr 3, 2019 at 8:34 AM Jason E. Aten <[email protected]> wrote:
>
> Where does the source for the runtime scheduler and garbage collector live these days?
The central locations are runtime/proc.go and runtime/mgc.go.
> Wherefore, I need to locate all runtime background threads and add in a means to shut them down upon request.
That's not currently supported, but it may be possible to modify the
scheduler to do it. There is no simple way.
Ian
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 [email protected].
For more options, visit https://groups.google.com/d/optout.
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 [email protected].
For more options, visit https://groups.google.com/d/optout.
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.
