从待授权列表移除一个任务标记。
注意:该方法主要用于内部清理。外部主动 remove 会导致对应 add 返回的 Future 以 error 结束。
bool remove(String tag) { return waitingList.remove(tag); }