On Wed, Apr 3, 2019 at 8:34 AM Jason E. Aten <j.e.a...@gmail.com> 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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to