Skip to content

Commit

Permalink
Update concurrency/mutexmap.go
Browse files Browse the repository at this point in the history
Co-authored-by: Josh van Leeuwen <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska and JoshVanL authored May 20, 2024
1 parent 9973f74 commit 64ed1be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion concurrency/mutexmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
// - Delete(key T): Removes the mutex associated with the given key from the map.
// - Clear(): Removes all mutexes from the map.
// - ItemCount() int: Returns the number of items (mutexes) in the map.

type MutexMap[T comparable] interface {
Lock(key T)
Unlock(key T)
Expand Down

0 comments on commit 64ed1be

Please sign in to comment.