class Bus::Pipeline(T)
- Bus::Pipeline(T)
- Channel(T)
- Reference
- Object
Overview
A pipeline is just a channel with an extra origin tag that can be used to uniquely identify this particular pipeline.
Defined in:
bus/pipeline.crConstructors
Instance Method Summary
- #<=>(val)
-
#clear
Clear everything that is currently in the pipeline.
- #origin : String
- #origin=(origin : String)
-
#size : Int32
Get a count of how many items are currently in the pipeline.