[PATCH] D93940: [clang-tidy] Add a check for blocking types and functions.
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 30 11:39:36 PST 2020
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
More information about the cfe-commits
mailing list