From 74242c7da7a48fa46906b4414cbb44f84a81af4f Mon Sep 17 00:00:00 2001 From: Tevin Zhang Date: Tue, 7 Jul 2020 15:47:35 +0800 Subject: [PATCH] Add thanks to contributors --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e21f0c8..e188904 100644 --- a/README.md +++ b/README.md @@ -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