static long countPingCalls(Runnable r) { new AtomicLong counter; PingSource pingSource = new(incAtomicLong(counter)); r?.run(); ret counter!; }