Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

About

Package race detector.

Data races are among the most common and hardest to debug types of bugs in concurrent systems. A data race occurs when two goroutines access the same variable concurrently and at least one of the accesses is a write. See the The Go Memory Model for details. 

...

Page Properties


TBD
DependencyDevelopment
Status
colourRed
title



Upstreaming

Status
colourRed
titleTBD


Upstream version

Contacts



...