Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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. 

Project Scope and Timelines


Components and Repos

https://github.com/golang/go/

Stakeholders and Partners

Ludovic Henry 

Dependencies

None

Measure of Success

The package is available on linux-riscv64.

Status Updates

Dependency



Development

TBD


Upstreaming

TBD


Upstream version

Contacts


  • No labels