mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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;
|
||||
|
||||
/**
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue