Please enable JavaScript.
Coggle requires JavaScript to display documents.
golang - Coggle Diagram
golang
goroutine
lightweight execution thread
"block"
(OS Thread).
block
task scheduler
block
heap, stack
process, thread
concurrency and parallelism
json
MarshalIndent
Unmarshal
variadic func
closures
Pointer
struct
interface
interface
Pointer and Receiver "
forget block
"
https://go101.org/article/101.html
https://zalopay-oss.github.io/go-advanced/ch5-distributed-system/ch5-04-load-balance.html