final sclass PingSource { settable volatile Runnable action; bool get() { action?.run(); true; } }