From be47c821000a4b50963605ab5ab6be95cb321198 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Fri, 25 Sep 2009 20:24:05 +0000 Subject: [PATCH] documentation enhancement --- .../eclipse/cdt/dsf/concurrent/ImmediateExecutor.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/ImmediateExecutor.java b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/ImmediateExecutor.java index 677f614af35..7efbfbe584b 100644 --- a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/ImmediateExecutor.java +++ b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/ImmediateExecutor.java @@ -16,9 +16,12 @@ import org.eclipse.cdt.dsf.internal.DsfPlugin; import org.eclipse.core.runtime.Platform; /** - * Executor that executes a runnable immediately as it is submitted. This - * executor is useful for clients that need to create RequestMonitor - * objects, but which do not have their own executor. + * Executor that executes a runnable immediately (synchronously) when it is + * submitted (when {@link #execute(Runnable)} is called). The runnable is + * exercised on the submitter's thread. This executor is useful for clients that + * need to create RequestMonitor objects, but which do not have + * their own executor. + * * @see RequestMonitor * * @since 1.0