Commit b28e2120 authored by gabime's avatar gabime

--

parent 133ce994
......@@ -35,7 +35,7 @@ int main(int argc, char* argv[])
for(unsigned int i = 1; i <= howmany ; ++i)
my_logger.info() << "Hello logger: " << i;
//as->shutdown(milliseconds(500));
auto s = howmany - as->q().size();
auto delta = system_clock::now() - start;
auto delta_d = duration_cast<duration<double>> (delta).count();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment