clearAll method

void clearAll()

清空所有等待中的任务队列 被清理的任务,永远不会被执行到

Implementation

void clearAll() {
  _waitQueue.clear();
}