[PATCH] D68820: win: Move Parallel.h off concrt to cross-platform code

Billy Robert O'Neal III via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 16:21:42 PDT 2020


BillyONeal added a comment.

BTW `ThreadPoolExecutor` has undefined behavior since there's a detached thread touching the standard library when the program exits violating [basic.start.term]/6. Detached threads are almost never safe.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68820





More information about the llvm-commits mailing list