blob: 3bbef13c3fe2e70d652bf51e287a22675ad1c678 (
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 gvsync provides synchronization primitives.
package gvsync
|