1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

documentation enhancement

This commit is contained in:
John Cortell 2009-09-25 20:24:05 +00:00
parent ef32999732
commit be47c82100

View file

@ -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 <code>RequestMonitor</code>
* 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 <code>RequestMonitor</code> objects, but which do not have
* their own executor.
*
* @see RequestMonitor
*
* @since 1.0