Calling run.sync on specific variables?

Is there a way to call run.sync on one or several specific variables, so that they propagate immediately, without causing a flush and re-sync of every variable in the entire application?

There are some instances, albeit select few, where I need to set a variable and have it be updated and available immediately.

Thanks!