fanout(boxnames) -> new fanout component.
A component that copies anything received on its "inbox" inbox to the named list of outboxes.
Keyword arguments: - boxnames -- list of names for the outboxes any input will be fanned out to.
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |