Eugene.Zelenko added inline comments.

================
Comment at: 
clang-tools-extra/docs/clang-tidy/checks/concurrency-async-blocking.rst:7
+Checks for some synchronous functions and types that volunteerly preempt system
+thread.  Volunteer preemption of a system thread in asynchronous code (e.g. in
+coroutines/fibers/green threads) is a bug that prevents the current thread from
----------------
Please fix double space.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93940/new/

https://reviews.llvm.org/D93940

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to