static Runnable r_dm_q(final Runnable r) { ret r { dm_q(r) }; } static Runnable r_dm_q(DynModule mod, Runnable r) { ret r { dm_q(mod, r) }; }