Closed ldez closed 2 weeks ago
Before reviewing the content of this PR, and if you want, I propose a quick "game" to illustrate the goal of this PR:
internal/cache/cache.go
Get
Extends stopwatch to simplify the usage.
stopwatch
Isolates usage of iosem.
iosem
Factorizes methods to increase the readability.
Follows #5100
Before reviewing the content of this PR, and if you want, I propose a quick "game" to illustrate the goal of this PR:
internal/cache/cache.go
locallyGet
is doingGet
and do the same thingExtends
stopwatch
to simplify the usage.Isolates usage of
iosem
.Factorizes methods to increase the readability.
Follows #5100