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

https://github.com/weiwenchen2022/lockable

Package lockable defines Lockable type to help construct concurrent use struct.
https://github.com/weiwenchen2022/lockable

concurrent go golang library locker

Last synced: 11 months ago
JSON representation

Package lockable defines Lockable type to help construct concurrent use struct.

Awesome Lists containing this project

README

          

# lockable

Package lockable defines Lockable type to help construct concurrent use struct.

## Install

```sh
go get github.com/weiwenchen2022/lockable
```

## Reference

GoDoc: [https://godoc.org/github.com/weiwenchen2022/lockable](https://godoc.org/github.com/weiwenchen2022/lockable)