static Runnable rPcall(Runnable r) { ret r == null ?: -> { pcall { r.run(); } }; }