static long countPingCalls(Runnable r) { new AtomicLong counter; tempPingSource(new PingSource(-> { incAtomicLong(counter); false; })); r?.run(); ret counter!; }