Add thanks to contributors

This commit is contained in:
Tevin Zhang 2020-07-07 15:47:35 +08:00
parent 6ddf050e0e
commit 74242c7da7
No known key found for this signature in database
GPG Key ID: EE7DA2A50F0960FB
1 changed files with 5 additions and 0 deletions

View File

@ -51,3 +51,8 @@ BenchmarkAtomicBoolCAS-4 200000000 7.18 ns/op # <--- This
BenchmarkMutexToggle-4 50000000 32.6 ns/op
BenchmarkAtomicBoolToggle-4 300000000 5.21 ns/op # <--- This package
```
## Thanks to these Contributors
- [@barryz](https://github.com/barryz)
- Added the `Toggle` method