void removeConn(Direction dir, bool usefd) { if (_isDone) return; _resources.removeConn(dir, usefd); _removeConnForAncestors(dir, usefd); }