1
0
mirror of https://github.com/hslam/sem.git synced 2025-04-25 13:48:52 +08:00
hslam_sem/sem.go

6 lines
211 B
Go
Raw Permalink Normal View History

2020-11-28 19:19:47 +08:00
// Copyright (c) 2020 Meng Huang (mhboy@outlook.com)
// This package is licensed under a MIT license that can be found in the LICENSE file.
2020-11-29 04:00:27 +08:00
// Package sem provides a way to use System V semaphores.
2020-11-28 19:19:47 +08:00
package sem