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.
- Host: GitHub
- URL: https://github.com/weiwenchen2022/lockable
- Owner: weiwenchen2022
- License: bsd-3-clause
- Created: 2023-07-29T08:59:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T03:25:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T18:19:35.123Z (over 1 year ago)
- Topics: concurrent, go, golang, library, locker
- Language: Go
- Homepage: https://godoc.org/github.com/weiwenchen2022/lockable
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)