Lines Matching refs:sameThreadExecutor

22 import static com.google.common.util.concurrent.MoreExecutors.sameThreadExecutor;
187 * Finally, during the execution of a {@code sameThreadExecutor} {@code
212 return chain(input, function, MoreExecutors.sameThreadExecutor());
244 * sameThreadExecutor}. For heavier derivations, this choice carries some
251 * sameThreadExecutor} {@code chain} function, all other registered but
316 * execution of a {@code sameThreadExecutor} {@code function.apply}, all
336 return transform(input, function, MoreExecutors.sameThreadExecutor());
368 * explicit use of {@code sameThreadExecutor}. For heavier derivations, this
376 * sameThreadExecutor} {@code function.apply}, all other registered but
424 * sameThreadExecutor} transformation, all other registered but unexecuted
446 return transform(future, function, MoreExecutors.sameThreadExecutor());
478 * MoreExecutors#sameThreadExecutor}. For heavier transformations, this
486 * sameThreadExecutor} transformation, all other registered but unexecuted
764 }, MoreExecutors.sameThreadExecutor());
805 MoreExecutors.sameThreadExecutor());
828 MoreExecutors.sameThreadExecutor());
848 MoreExecutors.sameThreadExecutor());
868 MoreExecutors.sameThreadExecutor());
902 * thread. Finally, during the execution of a {@code sameThreadExecutor}
915 addCallback(future, callback, MoreExecutors.sameThreadExecutor());
943 * or explicit use of {@link MoreExecutors#sameThreadExecutor
944 * sameThreadExecutor}. For heavier callbacks, this choice carries some
952 * sameThreadExecutor} callback, all other registered but unexecuted
1314 }, MoreExecutors.sameThreadExecutor());