Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | context: avoid importing context package twice | Kevin Burke | 2021-02-24 | 1 | -2/+1 |
* | context: reduce contention in cancelCtx.Done | Josh Bleecher Snyder | 2021-02-24 | 1 | -0/+15 |
* | context: add benchmarks for context cancellation | Carl Mastrangelo | 2018-05-29 | 1 | -0/+24 |
* | context: avoid defer in the cancelCtx.Err method | Keegan Carruthers-Smith | 2018-04-15 | 1 | -0/+18 |
* | runtime: improve timers scalability on multi-CPU systems | Aliaksandr Valialkin | 2017-09-12 | 1 | -1/+55 |
* | context: adjust tests to avoid importing "testing" in package context | Russ Cox | 2016-11-03 | 1 | -0/+44 |