See: Description
Interface | Description |
---|---|
IMonitorablePipe | |
IPipe<T> |
Represents a pipe that connects an output port with an input port.
|
IPipeFactory |
Class | Description |
---|---|
AbstractSynchedPipe<T> | |
AbstractUnsynchedPipe<T> |
Represents an unsynchronized pipe which can be used to connect stages within the same thread.
|
BoundedSynchedPipe<T> | |
BoundedSynchedPipeFactory | |
DummyPipe |
A pipe implementation used to connect unconnected output ports.
|
ReflexivePipe<T> |
Represents an unsynchronized pipe with a capacity of 1.
|
UnboundedSynchedPipe<T> | |
UnsynchedPipe<T> |
Copyright © 2015–2020. All rights reserved.