aboutsummaryrefslogtreecommitdiff
path: root/src/sync/map.go
AgeCommit message (Expand)Author
2020-08-24sync: delete dirty keys inside Map.LoadAndDeleteChangkun Ou
2020-02-25sync: add new Map method LoadAndDeleteChangkun Ou
2018-09-27sync: simplify (*entry).tryStoreIan Lance Taylor
2018-01-04sync: document when and when not to use MapRuss Cox
2017-07-21sync: delete a sentence from the Map docsBrad Fitzpatrick
2017-07-21sync: update Map documentation with usage rule of thumbMichael Stapelberg
2017-04-26sync: import Map from x/sync/syncmapBryan C. Mills