Example #1
0
 ~impl()
 {
    try
    {
      _rotation_task.cancel_and_wait("file_appender is destructing");
    }
    catch( ... )
    {
    }
 }