object MergePrioritized
- Source
- Graph.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MergePrioritized
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[T](priorities: Seq[Int], eagerComplete: Boolean = false): [UniformFanInShape[T, T]]
Create a new
MergePrioritized
with specified number of input ports.Create a new
MergePrioritized
with specified number of input ports.- priorities
priorities of the input ports
- eagerComplete
if true, the merge will complete as soon as one of its inputs completes.