blob: b16cf5333a62f95c0c3c61b88af410b28b907827 (
plain)
1
2
3
4
5
6
7
|
// Copyright 2019 The gVisor Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package sync provides synchronization primitives.
package sync
|