class PostHog::SendWorker
def is_requesting? # rubocop:disable Naming/PredicateName
TODO: Rename to `requesting?` in future version
public: Check whether we have outstanding requests.
def is_requesting? # rubocop:disable Naming/PredicateName @lock.synchronize { !@batch.empty? } end