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#

AtomicConduit

An atomic conduit that is not a composition of other conduits.

ConcurrentConduit

A conduit made up of multiple concurrent conduits.

Conduit

An element of a flow, which can be a producer, a transformer, a consumer, or a sequential or concurrent composition of these.

Processor

A transformer or consumer that attaches to a producer or transformer to process its products.

SerialConduit

A conduit that is either atomic, or a sequential composition of conduits.

SerialProcessor

A processor that processes products sequentially.

SerialSource

A conduit that produces or transforms products.

Source

A conduit that produces or transforms products.

Submodules#

producer

Producer base classes.

transformer

Transformer base classes.