Tag: go
All the articles with the tag "go".
-
The way shared memory between Go routines with examples
A practical guide to safely sharing memory between Go goroutines using sync primitives, channels, and patterns.
-
在 Go 中以共享記憶體溝通的方式與範例
介紹在 Go 中多個 goroutine 之間安全共享記憶體的方法,包含鎖、原子操作與以 channel 轉移所有權的模式。