/* */
/* 100 */ private boolean blocking = true;
/* */
/* */ public AsyncAppender()
/* */ {
/* 106 */ this.appenders = new AppenderAttachableImpl();
/* */
/* 110 */ this.aai = this.appenders;
/* */
/* 112 */ this.dispatcher = new Thread(new Dispatcher(this, this.buffer, this.discardMap, this.appenders));
/* */