[PATCH] D39710: Simplify unlinkAsync
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 12:58:37 PST 2017
ruiu added a comment.
Do you want to replace runBackground with std::thread([=] { ::close(FD) }).detach()?
https://reviews.llvm.org/D39710
More information about the llvm-commits
mailing list