Skip to content
Snippets Groups Projects
Commit 8fe02746 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

clock javadoc

parent 579c7c8d
No related branches found
No related tags found
No related merge requests found
......@@ -19,16 +19,20 @@ import teetime.framework.AbstractProducerStage;
import teetime.framework.TerminationStrategy;
/**
* This stage sends an element repeatedly with a given interval.
*
* <pre>
* Illustration:
*
* +-----------------------+
* | |
* +---+ +---+
* | | +--> *DELAY* +--> | |
* +---+ +---+
* | |
* +-----------------------+
* +------------------------+
* | |
* | +---+
* | *INTERVAL* +--> | |
* | +---+
* | |
* +------------------------+
*
*
* </pre>
*
* @author Nelson Tavares de Sousa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment