update example

This commit is contained in:
gabime 2018-05-27 03:21:59 +03:00
parent 4d7245bb67
commit f2bc1571b4
1 changed files with 1 additions and 3 deletions

View File

@ -113,9 +113,7 @@ void async_example()
for (int i = 0; i < 100; ++i)
{
async_file->info("Async message #{}", i + 1);
}
// you can wait for all the messages to processed:
// spdlog::thread_pool()->wait_empty();
}
}
// syslog example (linux/osx/freebsd)