Example #1
0
 @Deprecated
 public static void exec(final Runnable r, final boolean wait) {
   if (wait) sync_exec(r);
   else exec(r);
 }