Files
gvisor/pkg/sync
Kevin Krakauer d8aa09e04c convert uses of interface{} to any
Done via:
  find . -name "*.go" | xargs sed -i -E 's/interface\{\}/any/g'

PiperOrigin-RevId: 487033228
2022-11-08 13:14:06 -08:00
..
2022-05-17 17:48:35 -07:00
2020-03-25 10:55:22 -07:00
2022-10-15 23:55:24 -07:00
2022-05-17 17:48:35 -07:00
2020-01-09 22:02:24 -08:00
2020-07-12 17:22:08 -07:00
2022-05-17 17:48:35 -07:00
2022-05-17 17:48:35 -07:00

sync

This package provides additional synchronization primitives not provided by the Go stdlib 'sync' package. It is partially derived from the upstream 'sync' package from go1.10.