clearEventHandlers method

void clearEventHandlers()

清除所有 Thread 监听。

Implementation

void clearEventHandlers() {
  _eventHandlesMap.clear();
}