gotosocial/vendor/codeberg.org/gruf/go-mutexes
kim ff950e94bb [chore] update dependencies (#4468)
- github.com/ncruces/go-sqlite3
- codeberg.org/gruf/go-mempool
- codeberg.org/gruf/go-structr (changes related on the above) *
- codeberg.org/gruf/go-mutexes (changes related on the above) *

* this is largely just fiddling around with package internals in structr and mutexes to rely on changes in mempool, which added a new concurrency-safe pool

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4468
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
2025-10-03 15:29:41 +02:00
..
cond.go updates go-mutexes to no longer rely on unsafe linkname (#3027) 2024-06-21 17:35:32 +01:00
debug.go [dependencies] update go-store, go-mutexes (#422) 2022-03-08 12:56:53 +01:00
hash_map.go updates go-mutexes to no longer rely on unsafe linkname (#3027) 2024-06-21 17:35:32 +01:00
LICENSE [feature] add per-uri dereferencer locks (#2291) 2023-10-31 11:12:22 +00:00
map.go [chore] update dependencies (#4468) 2025-10-03 15:29:41 +02:00
map_unsafe.go [chore] update dependencies (#4386) 2025-08-21 16:41:50 +02:00
mutex.go [dependencies] update go-store, go-mutexes (#422) 2022-03-08 12:56:53 +01:00
mutex_safe.go [dependencies] update go-store, go-mutexes (#422) 2022-03-08 12:56:53 +01:00
mutex_timeout.go [chore]: Bump codeberg.org/gruf/go-mutexes from 1.4.0 to 1.4.1 (#2860) 2024-04-22 13:43:45 +01:00
README.md update dependencies (#296) 2021-11-13 12:29:08 +01:00

Library that provides more complex mutex implementations than default libraries