Returns the busy status for an object if it exists. Returns false if not present
bool busy(Object? object) => _busyStates[object.hashCode] ?? false;