Unlike the standard Piped* classes, Pipeline and its related classes do not try to detect dead pipes based on exit of threads. Instead, a pipeline shuts down when the sources are closed, or when {@link #shutdown()} method called.
The intended lifecycle of a Pipeline is as follows:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|