gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/pkg/sync/README.md (about) 1 # sync 2 3 This package provides additional synchronization primitives not provided by the 4 Go stdlib 'sync' package. It is partially derived from the upstream 'sync' 5 package from go1.10.