static Var evaluateInBackground(final F0 f) { final new Var var; thread { var.set(f.get()); } ret var; }