aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/cpp-style-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cpp-style-guide.md')
-rw-r--r--doc/cpp-style-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cpp-style-guide.md b/doc/cpp-style-guide.md
index b89ba99e4d..271ff3984c 100644
--- a/doc/cpp-style-guide.md
+++ b/doc/cpp-style-guide.md
@@ -78,4 +78,5 @@ default capture). Other C++ functional features such as
is that many of these collection implementations assume a copy
constructor
to be available.
-
+- Don't use `std::this_thread` . Use `gpr_sleep_until` for sleeping a thread.
+