mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
documentation enhancement
This commit is contained in:
parent
ef32999732
commit
be47c82100
1 changed files with 6 additions and 3 deletions
|
@ -16,9 +16,12 @@ import org.eclipse.cdt.dsf.internal.DsfPlugin;
|
||||||
import org.eclipse.core.runtime.Platform;
|
import org.eclipse.core.runtime.Platform;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Executor that executes a runnable immediately as it is submitted. This
|
* Executor that executes a runnable immediately (synchronously) when it is
|
||||||
* executor is useful for clients that need to create <code>RequestMonitor</code>
|
* submitted (when {@link #execute(Runnable)} is called). The runnable is
|
||||||
* objects, but which do not have their own executor.
|
* 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
|
* @see RequestMonitor
|
||||||
*
|
*
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue