fluxus.core#
Core classes used internally by fluxus.
These classes will usually not be directly used by end-users, but are documented here to provide a complete overview of the fluxus architecture.
Classes#
An atomic conduit that is not a composition of other conduits. |
|
A conduit made up of multiple concurrent conduits. |
|
An element of a flow, which can be a producer, a transformer, a consumer, or a sequential or concurrent composition of these. |
|
A transformer or consumer that attaches to a producer or transformer to process its products. |
|
A conduit that is either atomic, or a sequential composition of conduits. |
|
A processor that processes products sequentially. |
|
A conduit that produces or transforms products. |
|
A conduit that produces or transforms products. |
Submodules#
Producer base classes. |
|
Transformer base classes. |