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

documentation

This commit is contained in:
John Cortell 2010-10-18 20:12:11 +00:00
parent 3263f623ae
commit d5fbab8502

View file

@ -12,8 +12,11 @@ package org.eclipse.cdt.dsf.concurrent;
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
*
*/