Newbie: Where I can get to see Go routines' white paper and its implementation ( Header file equivalent) in Go Repo'?

117 views
Skip to first unread message

FallingFromBed

unread,
Jun 7, 2021, 12:16:08 PM6/7/21
to golang-nuts

Newbie: Where I can get to see Go routines' white paper and its implementation ( Header file equivalent) in Go Repo'?

Thanks,
 FFB

Ian Lance Taylor

unread,
Jun 7, 2021, 1:28:23 PM6/7/21
to FallingFromBed, golang-nuts
On Mon, Jun 7, 2021 at 9:16 AM FallingFromBed <falling...@gmail.com> wrote:
>
> Newbie: Where I can get to see Go routines' white paper and its implementation ( Header file equivalent) in Go Repo'?

I'm not sure what you mean by a white paper, but I doubt that it
exists. Also, Go does not have header files or anything equivalent to
them.

The implementation of goroutines is spread across a number of
different areas. The central point is the scheduler, which is mostly
in https://golang.org/src/runtime/proc.go.

Ian

Artur Vianna

unread,
Jun 7, 2021, 1:59:58 PM6/7/21
to FallingFromBed, golang-nuts

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/c2d04efa-20e9-4c41-8e17-aab08252973an%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages