go.ruoyu.dev/sync
is a synchronization package complimentary to Go's standard sync
package.
go get -u go.ruoyu.dev/sync@v0.2.1
The types in go.ruoyu.dev/sync
provides an additional typed interface on top
of Go's standard sync
package. They should work
just as they do in the standard library. For more information, see the
documentation.
Copyright (c) 2022 Zhong Ruoyu. Licensed under the MIT License.