Documentation
¶
Overview ¶
Package race is an example to demonstrate race conditions. We use `go test -race` to check if there are any race conditions. But the race detector only works when your tests cover the code you want to check.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConcurrentOpMap ¶
func ConcurrentOpMap()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.