An open API service indexing awesome lists of open source software.

https://github.com/shgopher/chanlocker

使用channel来实现的一个互斥锁。不到20行代码。
https://github.com/shgopher/chanlocker

channel go golang mutex

Last synced: 13 days ago
JSON representation

使用channel来实现的一个互斥锁。不到20行代码。

Awesome Lists containing this project

README

          

# chanLocker
使用channel来实现的一个互斥锁。不到20行代码。