From f2bc1571b4b68dd3c86b4220e8a48d98b1212f96 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 27 May 2018 03:21:59 +0300 Subject: [PATCH] update example --- example/example.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example/example.cpp b/example/example.cpp index b0f23c5f..41313fbd 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -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)