blob: 66e750d06e4ca1e7cd7449d3840f631aaabbb7ad (
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 syncutil provides synchronization primitives.
package syncutil
|