mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
update example
This commit is contained in:
@@ -114,8 +114,6 @@ void async_example()
|
||||
{
|
||||
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)
|
||||
|
Reference in New Issue
Block a user