aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/cpp-style-guide.md
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-06-10 01:58:12 -0700
committerGravatar vjpai <vpai@google.com>2016-06-10 01:58:12 -0700
commitbd67b559f50639a5ad8152c591fac945e8a843f1 (patch)
treebbb40800aac7f19b2408684648ad5bf6f338500f /doc/cpp-style-guide.md
parent3a6385b53e4a5f9f123fc067dd136db8dc27951a (diff)
this_thread
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.
+