package transputers
transputers implementations
- See also
gopher.transputers.TransputerSupervisor
gopher.transputers.ReplicatedTransputer
- Alphabetic
- By Inheritance
- transputers
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class AggregatePortAdapter[A] extends PortAdapter[Output, A]
- class DistributePortAdapter[A] extends PortAdapter[Input, A]
- class DuplicatePortAdapter[A] extends PortAdapter[Input, A]
- trait PortAdapter[P[_], A] extends AnyRef
- abstract class ReplicatedTransputer[T <: Transputer, Self] extends ParTransputer
Replicated[X]
is transputer which keepn
instances ofX
where ports of replicated consumer are connected to appropriative ports of instances in parallel.Replicated[X]
is transputer which keepn
instances ofX
where ports of replicated consumer are connected to appropriative ports of instances in parallel.- See also
gopher.GopherAPI#replicate
- class SharePortAdapter[P[_], A] extends PortAdapter[P, A]
- class TransputerSupervisor extends Actor with ActorLogging
one actor, which perform operations for starting/stopping
Value Members
- object PortAdapters
- object Replicate
- object TransputerSupervisor