[PATCH] D39710: Simplify unlinkAsync

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 13:52:19 PST 2017


Rui Ueyama via Phabricator <reviews at reviews.llvm.org> writes:

> ruiu added a comment.
>
> Do you want to replace runBackground with std::thread([=] { ::close(FD) }).detach()?

I will, but it is probably better to do that in a followup patch, no?

Cheers,
Rafael


More information about the llvm-commits mailing list