this_thread

pull/6865/head
vjpai 9 years ago
parent 3a6385b53e
commit bd67b559f5
  1. 3
      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.

Loading…
Cancel
Save