diff options
author | vjpai <vpai@google.com> | 2016-06-10 01:58:12 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2016-06-10 01:58:12 -0700 |
commit | bd67b559f50639a5ad8152c591fac945e8a843f1 (patch) | |
tree | bbb40800aac7f19b2408684648ad5bf6f338500f | |
parent | 3a6385b53e4a5f9f123fc067dd136db8dc27951a (diff) |
this_thread
-rw-r--r-- | doc/cpp-style-guide.md | 3 |
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. + |