This commit is contained in:
Alexey Milovidov 2018-05-18 21:31:18 +03:00
parent 74a6b0010f
commit 577268d8f5

View File

@ -374,7 +374,8 @@ void DistributedBlockOutputStream::writeSuffix()
{
if (job.stream)
{
pool->schedule([&job] () {
pool->schedule([&job] ()
{
job.stream->writeSuffix();
});
}