Simpler concurrent code, stronger concurrency control
Do you feel that Go's sync package is not enough? Have you ever encountered a type without sync/atomic support?
Let's take a look at some value-added additions of go zero's syncx package to the standard library.
https://github.com/tal-tech/go-zero/tree/master/core/syncx
name
effect
AtomicBool
bool ty ...
Posted by iamngk on Tue, 08 Mar 2022 11:10:39 +0100