示例#1
0
 public NotificationCenter(TimerManager timerManager)
 {
     m_timerManager      = timerManager;
     m_registerMap       = new Dictionary <string, NotificationDelegateList>();
     m_notificatoinsPool = new ObjectsPool <Notification>();
 }
 static StringBuilderPool()
 {
     m_pool = new ObjectsPoolConcurrent <RecyclableStringBuilder>();
 }