mirror of
https://github.com/redis/go-redis.git
synced 2025-12-02 06:22:31 +03:00
address comment
This commit is contained in:
@@ -159,5 +159,4 @@ func (s *FastSemaphore) Release() {
|
|||||||
// Used by tests to check semaphore state.
|
// Used by tests to check semaphore state.
|
||||||
func (s *FastSemaphore) Len() int32 {
|
func (s *FastSemaphore) Len() int32 {
|
||||||
return s.count.Load()
|
return s.count.Load()
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user