mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
documentation
This commit is contained in:
parent
3263f623ae
commit
d5fbab8502
1 changed files with 4 additions and 1 deletions
|
@ -12,8 +12,11 @@ package org.eclipse.cdt.dsf.concurrent;
|
||||||
|
|
||||||
import java.util.concurrent.Executor;
|
import java.util.concurrent.Executor;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* An executor that behaves like ImmediateExecutor when the runnable is
|
||||||
|
* submitted from a particular executor, otherwise it forwards the runnable to
|
||||||
|
* that executor.
|
||||||
|
*
|
||||||
* @since 2.2
|
* @since 2.2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue