[ bianca ]
[ Pakiet źródłowy: golang-github-burntsushi-locker ]
Pakiet: golang-github-burntsushi-locker-dev (0.0~git20171006.a6e239e-3)
Odnośniki dla golang-github-burntsushi-locker-dev
Pobieranie pakietu źródłowego golang-github-burntsushi-locker:
- [golang-github-burntsushi-locker_0.0~git20171006.a6e239e-3.debian.tar.xz]
- [golang-github-burntsushi-locker_0.0~git20171006.a6e239e-3.dsc]
- [golang-github-burntsushi-locker_0.0~git20171006.a6e239e.orig.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
- golang-github-hashicorp-go-cleanhttp-dev
- libghc-concurrent-extra-dev
- golang-github-tideland-golib-dev
- libghc-concurrent-extra-doc
- libghc-concurrent-extra-prof
- libevent-distributor-perl
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-joshuarubin-lifecycle-dev
- golang-github-moby-locker-dev
- liburi-fromhash-perl
- dislocker
simple Go package for conveniently using named read/write locks
Package locker is a simple Go package to manage named ReadWrite mutexes. These appear to be especially useful for synchronizing access to session based information in web applications.
The common use case is to use the package level functions, which use a package level set of locks (safe to use from multiple goroutines simultaneously). However, you may also create a new separate set of locks.
All locks are implemented with read-write mutexes. To use them like a regular mutex, simply ignore the RLock/RUnlock functions.
Pobieranie golang-github-burntsushi-locker-dev
| Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
|---|---|---|---|
| all | 3,8 KiB | 17,0 KiB | [lista plików] |