There are a bunch of talks from Gophercon and elsewhere that cover pieces
of the runtime:
Channels: https://www.youtube.com/watch?v=KBZlN0izeiY
Scheduler: https://www.youtube.com/watch?v=YHRO5WQGh0k
Maps: https://www.youtube.com/watch?v=Tl7mi9QmLns [shameless self plug]
Goroutines, defers, stacks
On Tue, Mar 3, 2020 at 9:15 PM wrote:
>
> Is there any way to learn the internals of the runtime package, besides just
> reading all the code? There are a lot of types in the package with cryptic
> names and no documentation, so if all I have is the code, it's going to be a
> steep learning cur
Is there any way to learn the internals of the runtime package, besides
just reading all the code? There are a lot of types in the package with
cryptic names and no documentation, so if all I have is the code, it's
going to be a steep learning curve.
--
You received this message because you ar