gitea/modules/globallock
TheFox0x7 cc1fdc84ca
Use test context in tests and new loop system in benchmarks (#33648)
Replace all contexts in tests with go1.24 t.Context()

---------

Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-20 09:57:40 +00:00
..
globallock.go Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 2024-09-06 10:12:41 +00:00
globallock_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
locker.go Refactor globallock (#31933) 2024-08-29 03:48:21 +00:00
locker_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
memory_locker.go Refactor globallock (#31933) 2024-08-29 03:48:21 +00:00
redis_locker.go Refactor globallock (#31933) 2024-08-29 03:48:21 +00:00